From c17d559155b3f666a729d6380d9b8236f67bc481 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 5 Apr 2015 19:18:32 -0700 Subject: 1019 - stupid error in 'new' --- cpp/030length | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/030length') diff --git a/cpp/030length b/cpp/030length index 6a297dd3..f690d543 100644 --- a/cpp/030length +++ b/cpp/030length @@ -19,6 +19,7 @@ Next_recipe_number++; case LENGTH: { reagent x = canonize(instructions[pc].ingredients[0]); vector result; +//? cout << "length: " << x.value << '\n'; //? 1 result.push_back(Memory[x.value]); write_memory(instructions[pc].products[0], result); break; -- cgit 1.4.1-2-gfad0