summaryrefslogtreecommitdiff
path: root/src/01/06/main.c
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-07-04 13:04:54 -0600
committermo khan <mo.khan@gmail.com>2020-07-04 13:04:54 -0600
commit24700ade3ae9ff643b0c092ff617fb065d9f19f1 (patch)
tree186b70d02e3c9ab11c54ea9d3ff81f167ec6148f /src/01/06/main.c
parente93f71c94f7f70b759cd442fa7d66c2a25ee3800 (diff)
Switch 06 and 01b
Diffstat (limited to 'src/01/06/main.c')
-rw-r--r--src/01/06/main.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/01/06/main.c b/src/01/06/main.c
new file mode 100644
index 0000000..f90e37f
--- /dev/null
+++ b/src/01/06/main.c
@@ -0,0 +1,8 @@
+#include <stdio.h>
+#include <stdlib.h>
+
+int main(int argc, char *argv[])
+{
+ printf("=== COMP-272 - Assignment 1 - Question 1b ===\n");
+ return 0;
+}