From 296d5ffdec99007b7a88f3b173604410a8209693 Mon Sep 17 00:00:00 2001 From: arsenicmammal08 Date: Mon, 30 Jun 2025 10:40:19 -0700 Subject: [PATCH] I added the start of the clock app but am still trying to find out how to do this stuff --- clock/clock.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 clock/clock.c diff --git a/clock/clock.c b/clock/clock.c new file mode 100644 index 0000000..1f68a86 --- /dev/null +++ b/clock/clock.c @@ -0,0 +1,7 @@ +#include +#include +#include +#include +int main (int argc, char *argv[]){ + +}