summaryrefslogtreecommitdiff
path: root/Week1-Pacman/src/main.c
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2024-12-13 16:22:39 +0300
committerBoredGuy <osome3717@gmail.com>2024-12-13 16:22:39 +0300
commitebc3c130ed4d8ee6c44fc902bc4ee955799d1ac5 (patch)
treefd42ad5e77178f3aa7dc533ed0dde475cff3818a /Week1-Pacman/src/main.c
Initial Commit
Diffstat (limited to 'Week1-Pacman/src/main.c')
-rw-r--r--Week1-Pacman/src/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/Week1-Pacman/src/main.c b/Week1-Pacman/src/main.c
new file mode 100644
index 0000000..e1f447f
--- /dev/null
+++ b/Week1-Pacman/src/main.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main() {
+
+ return 0;
+}