From 94bba2abfb9cceb429fcf1aeeaabe085e21bbcfb Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Sat, 4 May 2024 07:09:34 +0000 Subject: Sat, May 4, 2024, 12:09 AM -07:00 --- wk6/pset/hello.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 wk6/pset/hello.c (limited to 'wk6') diff --git a/wk6/pset/hello.c b/wk6/pset/hello.c new file mode 100644 index 0000000..927f7b6 --- /dev/null +++ b/wk6/pset/hello.c @@ -0,0 +1,6 @@ +#include + +int main(void) +{ + printf("hello, world\n"); +} -- cgit v1.2.3