11 lines
215 B
Markdown
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
|
||
|
----+----+
|