Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 198 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 198 Bytes

numbers-to-words

Small library to translate numbers to english words. Example:

System.out.println(vvakar.NumberToEnglishInterpreter.interpret(123));

returns one hundred and twenty three.