commit 36d08c2d2f11611124b25fe2705cb4a127740697 Author: bot50 Date: Tue Feb 20 19:56:36 2024 +0000 kukemuna-cs50/problems/2024/x/me@20240220T195636.724275992Z diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..591dd57 --- /dev/null +++ b/hello.c @@ -0,0 +1,8 @@ +#include +#include + +int main(void) +{ + string name = get_string("What's your name? "); + printf("hello, %s\n", name); +}