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