Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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```.