summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-02-27 21:59:54 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-02-27 21:59:54 +0000
commite89bf90cf7552f867808254fbbe0d68d5be0606c (patch)
tree04515fb641332d811e1287375eae8e6e089cf70f
parent24ec9c6368438425ba90f70119af04f67090b262 (diff)
Tue, Feb 27, 2024, 1:59 PM -08:00
-rw-r--r--main.c5
-rw-r--r--wk4/lect/phonebook.c10
2 files changed, 14 insertions, 1 deletions
diff --git a/main.c b/main.c
index b42e277..5e34734 100644
--- a/main.c
+++ b/main.c
@@ -4,4 +4,7 @@
#include <stdlib.h>
#include <string.h>
-int main(void) {}
+int main(void)
+{
+
+}
diff --git a/wk4/lect/phonebook.c b/wk4/lect/phonebook.c
new file mode 100644
index 0000000..5e34734
--- /dev/null
+++ b/wk4/lect/phonebook.c
@@ -0,0 +1,10 @@
+#include <cs50.h>
+#include <ctype.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
+int main(void)
+{
+
+}