diff options
Diffstat (limited to 'cpp/026new')
-rw-r--r-- | cpp/026new | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/026new b/cpp/026new index ee1fd2c5..69dfe8c7 100644 --- a/cpp/026new +++ b/cpp/026new @@ -74,3 +74,5 @@ recipe main [ +run: instruction main/1 +run: instruction main/2 +mem: storing 5 in location 3 + +//: vim: ft=cpp |