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