From 3ec668ac415d2d92b28e658b17d8932d0cbe2b3b Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 5 May 2025 18:09:27 -0500 Subject: initial commit --- c/hello_world.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 c/hello_world.c (limited to 'c/hello_world.c') diff --git a/c/hello_world.c b/c/hello_world.c new file mode 100644 index 0000000..648e6b0 --- /dev/null +++ b/c/hello_world.c @@ -0,0 +1,6 @@ +#include + +int main() { + printf("Hello world!"); + return 0; +} -- cgit v1.2.3-70-g09d2