diff --git a/hello.c b/hello.c index 9991d61..8613ccb 100644 --- a/hello.c +++ b/hello.c @@ -1,5 +1,5 @@ #include int main(int argc, char **argv){ - printf("Hello,World.\n"); + printf("Hello World.\n"); return 0; }