From d472e0dd3a10787632f0b0ad35bf086b5d81ac9d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 10 Apr 2015 23:59:59 -0700 Subject: 1047 --- cpp/026new | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit 1.4.1-2-gfad0 Git repository'/>
about summary refs log tree commit diff stats
blob: 271302417bbf35f2979ebd089afd17469a2ef488 (plain) (blame)
1
2