Jonathan Landrum 7ed9c133d5 Create README.md | 10 tahun lalu | |
---|---|---|
.. | ||
README.md | 10 tahun lalu | |
frame.c | 10 tahun lalu |
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! *
**********