From f3f33e8c6617ad060b9db6658886fc864045b1c8 Mon Sep 17 00:00:00 2001 From: bot50 Date: Tue, 20 Feb 2024 19:49:52 +0000 Subject: [PATCH] kukemuna-cs50/problems/2024/x/world@20240220T194952.668900733Z --- 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..ff66932 --- /dev/null +++ b/hello.c @@ -0,0 +1,6 @@ +#include + +int main(void) +{ + printf("hello, world"); +}