practice_greedyTextJustific.../cpp_impl/README.md

11 lines
215 B
Markdown
Raw Permalink Normal View History

2021-08-18 11:53:00 +00:00
# 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
----+----+