From 976edaedc433414c235a02d6e54b397e5d1320e3 Mon Sep 17 00:00:00 2001 From: patilsamrudhi1937 <71513094+patilsamrudhi1937@users.noreply.github.com> Date: Fri, 18 Sep 2020 20:53:07 +0530 Subject: [PATCH] m1-solution --- .../m1-code-challenges-solution/{m1-t5-e3.c => m1-solution} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename m1-getting-started-with-programming-in-c/m1-code-challenges-solution/{m1-t5-e3.c => m1-solution} (50%) diff --git a/m1-getting-started-with-programming-in-c/m1-code-challenges-solution/m1-t5-e3.c b/m1-getting-started-with-programming-in-c/m1-code-challenges-solution/m1-solution similarity index 50% rename from m1-getting-started-with-programming-in-c/m1-code-challenges-solution/m1-t5-e3.c rename to m1-getting-started-with-programming-in-c/m1-code-challenges-solution/m1-solution index ebc839e..8de5b52 100644 --- a/m1-getting-started-with-programming-in-c/m1-code-challenges-solution/m1-t5-e3.c +++ b/m1-getting-started-with-programming-in-c/m1-code-challenges-solution/m1-solution @@ -2,8 +2,8 @@ int main() { - puts("I am Rahul."); - puts("I am 20 years old."); + puts("I am Samrudhi."); + puts("I am 19 years old."); return 0; }