From a2c2af12e8937dbe407f5088ab3d68fd8f57cd27 Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Sun, 3 Dec 2023 01:55:31 +0000 Subject: Sat, Dec 2, 2023, 5:55 PM -08:00 --- wk1/hello.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 wk1/hello.c (limited to 'wk1/hello.c') 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 + +int main(void) +{ + printf("hello, world\n"); +} -- cgit v1.2.3