A command-line guessing game where the player needs to find the mystery number lying within 1 and 100.
Use 'gcc' or 'clang' to compile 'main.c'.
gcc -o main main.c
clang -o main main.c
Run the 'main' executable from the command-line.
.\main.exe
./main