summaryrefslogtreecommitdiff
path: root/wk1/hello.c
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2023-12-03 01:55:31 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2023-12-03 01:55:31 +0000
commita2c2af12e8937dbe407f5088ab3d68fd8f57cd27 (patch)
tree3458be01eb31dfac438e3e6f69c0d87623c7a06c /wk1/hello.c
parentb10bc0499111388d13dbc0926f425edc01ba3653 (diff)
Sat, Dec 2, 2023, 5:55 PM -08:00
Diffstat (limited to 'wk1/hello.c')
-rw-r--r--wk1/hello.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/wk1/hello.c b/wk1/hello.c
new file mode 100644
index 0000000..927f7b6
--- /dev/null
+++ b/wk1/hello.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main(void)
+{
+ printf("hello, world\n");
+}