Starting C
CS208 Intro to Computer Systems
23 March 2023

This is your first starter package for this course. Here's
a very brief description of how to use the Makefile and test data
provided here.

To build your "depunctuate" program:
- Write your C program depunctuate.c
- Run "make depunctuate"
- If your program compiles properly, the executable file
    depunctuate will appear

To run the one tiny test of depunctuate provided here:
- Run "make test-depunctuate"

For "sorter", you can do same things replacing "depunctuate"
with "sorter".

For your convenience, just "make" will build and test both
depunctuate and sorter.
