commit e283d1c6ce68b2255e55cfb16ae449380986b5e3 Author: Cameron DaCamara Date: Sun Sep 13 14:38:34 2026 -0700 initial commit 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