diff --git a/helloworld.c b/helloworld.c index 51080f8..efbc09e 100644 --- a/helloworld.c +++ b/helloworld.c @@ -1,6 +1,5 @@ #include int main() { - - printf("Hello, World!"); + printf("Haiworld"); return 0; }