• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cmd/pretty-words/H07-Oct-2015-

.gitignoreH A D07-Oct-2015266

LICENSEH A D07-Oct-20151.1 KiB

README.mdH A D07-Oct-2015427

pretty-words.goH A D07-Oct-20151.1 KiB

pretty-words_test.goH A D07-Oct-20151 KiB

README.md

1# pretty-words
2
3Solving the prettify words problem of formatting words according to a width e.g n characters.
4
5I was inspired to solve this after an algorithms class over complicated the problem solution
6
7and they couldn't explain it to the class. I thought the implementation should be straightforward.
8
9
10# Installing and using
11
12```shell
13$ go get github.com/odeke-em/pretty-words/cmd/pretty-words
14$ pretty-words <content>
15```
16