Created a command line countdown timer in C. More for my educational purposes than anything else. This code has been optimized and I am even including the created assembly file along with this. I used ...
mkdir -p build gcc -Wall -Wextra -ggdb src/png2c.c -o build/png2c -lX11 -lXrandr -lGL -lm build/png2c assets/digits.png digits > src/digits.h build/png2c assets/penger_walk_sheet.png penger > ...