practice_greedyTextJustific.../cpp_impl/README.md

11 lines
215 B
Markdown

# Usage
./GreedyTextJustification -w 10 --string 'blah dah doop da doop'
Got width == 10
Got string == "blah dah doop da doop"
----+----+
blah dah
doop da
doop
----+----+