diff --git a/hello.c b/hello.c index 6f414b9..f073fbb 100644 --- a/hello.c +++ b/hello.c @@ -1,6 +1,6 @@ // hello.c void main(void) { - printf(hello) + printf("hello world!"); } \ No newline at end of file