Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rybla/rust-work
Publishing some select work I've done for learning the Rust language.
https://github.com/rybla/rust-work
Last synced: about 5 hours ago
JSON representation
Publishing some select work I've done for learning the Rust language.
- Host: GitHub
- URL: https://github.com/rybla/rust-work
- Owner: rybla
- Created: 2017-09-03T04:15:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-22T17:48:50.000Z (about 7 years ago)
- Last Synced: 2024-03-07T06:44:05.831Z (8 months ago)
- Language: Rust
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# num_to_words
Run with ```./num_to_words```. Type in an integer greater or equal to zero and less than one quindecillion. The program will print out the english-verbal form of the given number. You will then be allowed to type in another number, so this process loops. CTRL-c to quit, of course.
For example, an input of ```29526000472``` will output ```twenty nine billion, five hundred twenty six million, four hundred seventy two```.