forked from Alepha/Alepha
Fix some issues with the initial pull request for number printing.
This commit is contained in:
Binary file not shown.
@ -22,7 +22,7 @@ static auto init= Alepha::Utility::enroll <=[]
|
||||
{ "1000283000721", { 1'000'283'000'721 },
|
||||
"one trillion two hundred eighty three million seven hundred twenty one" },
|
||||
|
||||
{ "1000283000721", { 1'000'283'000'000 },
|
||||
{ "1000283000000", { 1'000'283'000'000 },
|
||||
"one trillion two hundred eighty three million" },
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user