say: cleanup; iteration 1
This commit is contained in:
parent
44185bf4f7
commit
539a1aad12
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ const unordered_map<number_t, string> number_map = {
|
|||
{40, "forty"},
|
||||
{50, "fifty"},
|
||||
{80, "eighty"}
|
||||
};
|
||||
};
|
||||
|
||||
struct order_t
|
||||
{
|
||||
|
|
@ -48,6 +48,7 @@ const order_t orders[] = {
|
|||
{1000000000, 1000000000000, " ", " billion"}
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue