practice_greedyTextJustific.../cpp_impl/README.md

215 B

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      
----+----+