Jonathan Landrum 7ed9c133d5 Create README.md %!s(int64=10) %!d(string=hai) anos
..
README.md 7ed9c133d5 Create README.md %!s(int64=10) %!d(string=hai) anos
frame.c ed26f484b0 Cleaning house (moving to directories) %!s(int64=10) %!d(string=hai) anos

README.md

List Framer

This program takes a list and builds a frame around it in asterisks.

######Usage######

~> ./frame [elements]

where [elements] is a space-delimeted list of elements to print. For example:

~> ./frame Hello, world!

would return:

**********
* Hello, *
* world! *
**********