From fd2cba359fbf6897741dbd14f23f32a9ce638e14 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 8 Apr 2015 00:37:25 -0700 Subject: 1036 --- cpp/011load | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/011load b/cpp/011load index 28f63521..c111ba42 100644 --- a/cpp/011load +++ b/cpp/011load @@ -60,6 +60,7 @@ recipe_number add_recipe(istream& in) { instruction curr; while (next_instruction(in, &curr)) { +//? if (!curr.products.empty()) cout << curr.products[0].to_string() << '\n'; //? 1 Recipe[r].steps.push_back(curr); } Recipe[r].name = recipe_name; -- cgit 1.4.1-2-gfad0 ef='/akkartik/mu/'>mu
Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/cpp/.traces/store_indirect
blob: 546ad01f20b87c7bf87d5a2c326f8c8c1bae6265 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16