commit 7e0707d9c230d7541c38d56796c6ebbc6438fceb Author: bot50 Date: Tue Feb 20 19:48:32 2024 +0000 kukemuna-cs50/problems/2024/x/world@20240220T194832.139890896Z 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"); +}