The rustlings for the C language. A set of exercises for better understanding and implementation of C.
Compile the helper program:
gcc compile.c -o compile
To run the helper program in watch mode:
./compile watch
To run the helper program in verify mode:
./compile verify