Spelling Numbers
Details
For each integer argument print the integer spelled out in English.
For example: 748 becomes seven hundred and forty-eight
.
The integers will be in the range of 0 (zero
) to
1,000 (one thousand
) inclusive.
0 bytes, 0 chars
Restore solution
Compiled from
AT&T syntax to x86-64 Linux. Use
syscalls to write output.
Clojure is an experimental language, no solutions will be saved.
Please leave feedback on the
GitHub issue.
ctrl + enter or