initial commit -- upload

This commit is contained in:
anihilis 2026-02-12 10:35:18 -08:00
parent 8643a180f1
commit 56412a8e8b
3 changed files with 215 additions and 2 deletions

View file

@ -1,2 +1,4 @@
# cclock
# 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```