diff --git a/hello.c b/hello.c index b8beb0f..815a868 100644 --- a/hello.c +++ b/hello.c @@ -5,5 +5,6 @@ int main(int argc, char *argv[]) { printf("testing testing\n"); printf("testing again\n"); + printf("and even more testing\n"); return 0; }