A digital clock that displays time in linux terminal in differnt colors
Make sure you have installed ncurses library.
-
GCC Compiler
gcc -o terminal_clock terminal_clock.c
./terminal_clock
./terminal_clock -C [black|red|green|yellow|blue|magenta|cyan|white]