say: passes tests

This commit is contained in:
Dmitry Kokorin 2016-04-08 14:12:40 +03:00
parent 41ab570e93
commit f77d5a95e7
2 changed files with 46 additions and 51 deletions

View file

@ -6,7 +6,7 @@
namespace say {
typedef unsigned long long number_t;
typedef long long number_t;
std::string in_english(number_t number);