Intro to C #1: bases and bits
CS208 Intro to Computer Systems
5 January 2026

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

To get started:
- Read the assignment page
- Read the function specifications in bases-and-bits.h
- Read main.c to see how the provided rudimentary testing code works
- Test the program as-is by running "make test", to see what the Makefile output looks like
- Implement the two un-implemented functions in bases-and-bits.c, using "make test" to test as you go

For your convenience, just executing "make" will both build and test your bases-and-bits program.

