diff --git a/hello.c b/hello.c index 5d45caf..5460391 100644 --- a/hello.c +++ b/hello.c @@ -3,7 +3,7 @@ void println(char *printString); int main() { - println("This is a test"); + println("Hello World!"); return 0; }