From 7d32c82d939937177ab17059c517eff38494db18 Mon Sep 17 00:00:00 2001 From: Alex Gorrod Date: Thu, 22 Nov 2018 13:47:30 +1100 Subject: [PATCH 1/2] Move a file --- test.c => test_2.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test.c => test_2.c (100%) diff --git a/test.c b/test_2.c similarity index 100% rename from test.c rename to test_2.c From a2d522297a924549cba12fe527238bb3934351eb Mon Sep 17 00:00:00 2001 From: Alex Gorrod Date: Thu, 22 Nov 2018 13:48:07 +1100 Subject: [PATCH 2/2] edit file --- test_2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test_2.c b/test_2.c index e1556b2..772a798 100644 --- a/test_2.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); }