diff options
Diffstat (limited to 'cpp/012run')
-rw-r--r-- | cpp/012run | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/012run b/cpp/012run index a1778705..5d0e28cf 100644 --- a/cpp/012run +++ b/cpp/012run @@ -42,6 +42,7 @@ void run(recipe_number r) { } vector<int> read_memory(reagent x) { +//? cout << "read_memory: " << x.to_string() << '\n'; //? 1 vector<int> result; if (x.types[0] == 0) { // literal result.push_back(to_int(x.name)); |