diff --git a/Code/output/test b/Code/output/test index c92ca59..6bf2ae0 100644 Binary files a/Code/output/test and b/Code/output/test differ diff --git a/Code/test.c b/Code/test.c index b5268c3..7c88c4c 100644 --- a/Code/test.c +++ b/Code/test.c @@ -2,7 +2,7 @@ int main() { - printf("hello!"); + printf("hello world!\n"); return 0; }