commit f3f33e8c6617ad060b9db6658886fc864045b1c8 Author: bot50 Date: Tue Feb 20 19:49:52 2024 +0000 kukemuna-cs50/problems/2024/x/world@20240220T194952.668900733Z 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"); +}