.. | ||
src | ||
.gitignore | ||
Makefile | ||
README.md |
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
----+----+
.. | ||
src | ||
.gitignore | ||
Makefile | ||
README.md |
./GreedyTextJustification -w 10 --string 'blah dah doop da doop'
Got width == 10
Got string == "blah dah doop da doop"
----+----+
blah dah
doop da
doop
----+----+