Repo for CT331 students
- students.txt - a list of the students in the course.
- Example C files - example code from lecture slides.
- Makefile - A makefile that builds the example C files. Read the make file for instructions.
- gitignore file - A file that tells git to ignore certain files. In this case, we ignore everything in the bin/directory.