diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..ec2caf2 --- /dev/null +++ b/hello.c @@ -0,0 +1,9 @@ +#include +#include + + +int main(void) +{ +string name =get_string("whats is your name?\n"); + printf("hello, %s\n",name); +}