diff --git a/test.c b/test_2.c similarity index 75% rename from test.c rename to test_2.c index e1556b2..772a798 100644 --- a/test.c +++ b/test_2.c @@ -3,5 +3,6 @@ int main(int argc, char **argv) { printf("hello world\n"); + printf("It's a miracle!\n"); return (0); }