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