I added the start of the clock app but am still trying to find out how to do this stuff

This commit is contained in:
arsenicmammal08 2025-06-30 10:40:19 -07:00
parent 22805d3e7e
commit 296d5ffdec

7
clock/clock.c Normal file
View file

@ -0,0 +1,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <gtk/gtk.h>
int main (int argc, char *argv[]){
}