A minimalist terminal-based digital clock written in C using ncurses library. Displays current time and date in a clean, centered format with a blue background.
- C compiler
- ncurses library
gcc -o clock main.c -lncurses
or just use the unix executable file from the repository.
Tells time and date. Press 'q' to quit the program.