cclock/README.md

4 lines
195 B
Markdown

# cclock
#### Simply C program to display the time and temperature without too much fuss, made for home use.
Build with ```gcc -Wall -Wextra -pedantic -std=c11 clock.c -lncurses -o clock```