A simple timer I use for deep work sessions using raylib
Build using the makefile:
make all
then go to the build directory and the executable will be there
./silarm <seconds>
./silarm <minutes> <seconds>
./silarm <hours> <minutes> <seconds>
make clean
