summaryrefslogtreecommitdiff
path: root/wk2/sect2/str.c
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2023-12-06 04:46:32 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2023-12-06 04:46:32 +0000
commit982f69aad80d10e3c57d0057bd582cca93e2ecb3 (patch)
tree18ea73b32930ba32bc55e4a406eba5e9fd4f0335 /wk2/sect2/str.c
parentbe16b386117b6163659331e4509d9a579710edef (diff)
Tue, Dec 5, 2023, 8:46 PM -08:00
Diffstat (limited to 'wk2/sect2/str.c')
-rw-r--r--wk2/sect2/str.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/wk2/sect2/str.c b/wk2/sect2/str.c
new file mode 100644
index 0000000..0f9370c
--- /dev/null
+++ b/wk2/sect2/str.c
@@ -0,0 +1,9 @@
+#include <stdio.h>
+#include <ctype.h>
+#include <cs50.h>
+#include <string.h>
+
+int main(void)
+{
+
+}