Jonathan Landrum 7ed9c133d5 Create README.md 10 лет назад
..
README.md 7ed9c133d5 Create README.md 10 лет назад
frame.c ed26f484b0 Cleaning house (moving to directories) 10 лет назад

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! *
**********