Technical test for a job interview.

Extra line on the README.md

vylion 059966bc 5d783aec

Changed files
+2 -1
+2 -1
README.md
··· 1 1 # Current state 2 - - Reads a string of words referring to a numeral and prints the digit equivalent. 2 + Reads a string of words referring to a numeral and prints the digit equivalent. 3 3 4 4 For example: 5 5 `./bin/main "two hundred thousand, four hundred forty"` prints *200440*. ··· 24 24 - Better implement the language-agnostic setup (make NumeralManager to read from a file, instead of having a separate .cpp file only with the "language_setup" function) 25 25 - Error handling 26 26 - Make the whole CLI interface (help/usage tooltip message, options to read a [list of] string[s] or a [list of] file[s], ...) 27 + - Proper CMake configuration instead of a modified version of a Makefile generated at start