summaryrefslogtreecommitdiff
path: root/wk5/lect/c.c
diff options
context:
space:
mode:
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)
-{
-
-}