diff --git a/hello.c b/hello.c index 9ba7bf9..ece40c0 100644 --- a/hello.c +++ b/hello.c @@ -5,5 +5,5 @@ main(void) { print("hello"); print("hworld"); - int x; -} \ No newline at end of file + print("hallo"); +}