diff --git a/hello.c b/hello.c index ece40c0..fa2d5c4 100644 --- a/hello.c +++ b/hello.c @@ -6,4 +6,5 @@ main(void) print("hello"); print("hworld"); print("hallo"); + print("123456") }