summaryrefslogtreecommitdiff
path: root/wk5/lect/c.c
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-04-11 03:35:56 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-04-11 03:35:56 +0000
commit8b594d69653f026af73c39c93b49ab62898c3230 (patch)
tree96ebd595b2e7ea4c3b951123c7aaff8cd073fd11 /wk5/lect/c.c
parentd7805a44aa2367c9e375cc3296f26c41ff6747fb (diff)
Wed, Apr 10, 2024, 8:35 PM -07:00
Diffstat (limited to 'wk5/lect/c.c')
-rw-r--r--wk5/lect/c.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/wk5/lect/c.c b/wk5/lect/c.c
deleted file mode 100644
index e5730fe..0000000
--- a/wk5/lect/c.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <cs50.h>
-#include <ctype.h>
-#include <stdint.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <math.h>
-
-int main(void)
-{
-
-}