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