summaryrefslogtreecommitdiff
path: root/wk2/sect2/array.c
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2023-12-06 04:16:52 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2023-12-06 04:16:52 +0000
commitb720f1120ff2bb404fb80f9109d8b2d51b5e1061 (patch)
tree25fd1dde32c769abd4192f7fd1961fa25a808fbb /wk2/sect2/array.c
parent2296f3dbdb5e3c08f272d584b0e28219acf75d49 (diff)
Tue, Dec 5, 2023, 8:16 PM -08:00
Diffstat (limited to 'wk2/sect2/array.c')
-rw-r--r--wk2/sect2/array.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/wk2/sect2/array.c b/wk2/sect2/array.c
new file mode 100644
index 0000000..27dc706
--- /dev/null
+++ b/wk2/sect2/array.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+#include <cs50.h>
+
+int main(void)
+{
+
+}