Just a few C programs written for learning purposes.
All of them have only been tested in Linux environments, so they may not work properly on other systems.
# Compiling
gcc src/PROGRAM_NAME.c
# Running
./a.out
Tip
Do not enter letters in integer prompts, otherwise the program will not be happy.