From e283d1c6ce68b2255e55cfb16ae449380986b5e3 Mon Sep 17 00:00:00 2001 From: Cameron DaCamara Date: Sun, 13 Sep 2026 14:38:34 -0700 Subject: [PATCH] initial commit --- hello.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello.c diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..d50cc91 --- /dev/null +++ b/hello.c @@ -0,0 +1,6 @@ +#include + +int main() { + puts("Hello, world!\n"); + return 0; +} \ No newline at end of file