summaryrefslogtreecommitdiff
path: root/wk5
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-04-10 22:05:11 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-04-10 22:05:11 +0000
commite84d619ba9e1e6e824664b414957a33eec89be77 (patch)
treecbd4002688e91d41e3f8df5fd9f3d24a5e823d47 /wk5
parent5b86724991190335475d84e36b6a9de681a5477a (diff)
Wed, Apr 10, 2024, 3:05 PM -07:00
Diffstat (limited to 'wk5')
-rw-r--r--wk5/lect/list.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/wk5/lect/list.c b/wk5/lect/list.c
index e69de29..e5730fe 100644
--- a/wk5/lect/list.c
+++ b/wk5/lect/list.c
@@ -0,0 +1,12 @@
+#include <cs50.h>
+#include <ctype.h>
+#include <stdint.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <math.h>
+
+int main(void)
+{
+
+}