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 ...
The objective of this programming exercise is to build a shared countdown timer that can be simultaneously experienced by multiple users. An example implementation can be found here.