Add README.md for how to use cpp_impl
This commit is contained in:
parent
fdf9f0df32
commit
8841bc2511
1 changed files with 10 additions and 0 deletions
10
cpp_impl/README.md
Normal file
10
cpp_impl/README.md
Normal 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
|
||||
----+----+
|
Loading…
Reference in a new issue