From 7e0707d9c230d7541c38d56796c6ebbc6438fceb Mon Sep 17 00:00:00 2001 From: bot50 Date: Tue, 20 Feb 2024 19:48:32 +0000 Subject: [PATCH] kukemuna-cs50/problems/2024/x/world@20240220T194832.139890896Z --- 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..3464632 --- /dev/null +++ b/hello.c @@ -0,0 +1,6 @@ +#include + +int main(void) +{ + printf("Hello, world\n"); +}