Add README.md for how to use cpp_impl

This commit is contained in:
Stephen Seo 2021-08-18 20:53:00 +09:00
parent fdf9f0df32
commit 8841bc2511

10
cpp_impl/README.md Normal file
View file

@ -0,0 +1,10 @@
# 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
----+----+