From 539a1aad1220f709e8a45e8151911ed084bf42ad Mon Sep 17 00:00:00 2001 From: Dmitry Kokorin Date: Wed, 13 Apr 2016 23:44:38 +0300 Subject: [PATCH] say: cleanup; iteration 1 --- cpp/say/say.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cpp/say/say.cpp b/cpp/say/say.cpp index 06e497f..4fadadb 100644 --- a/cpp/say/say.cpp +++ b/cpp/say/say.cpp @@ -30,7 +30,7 @@ const unordered_map number_map = { {40, "forty"}, {50, "fifty"}, {80, "eighty"} - }; +}; struct order_t { @@ -48,6 +48,7 @@ const order_t orders[] = { {1000000000, 1000000000000, " ", " billion"} }; + }