From e50b8dc2468d3a15e7a0ef09974fd5406522d5cf Mon Sep 17 00:00:00 2001 From: Prabhat05123 <82258579+Prabhat05123@users.noreply.github.com> Date: Sat, 10 Apr 2021 13:08:13 +0530 Subject: [PATCH] Update m1-t5-e3.c --- .../m1-code-challenges-solution/m1-t5-e3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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-t5-e3.c index ebc839e..7c83dea 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-t5-e3.c @@ -2,8 +2,8 @@ int main() { - puts("I am Rahul."); - puts("I am 20 years old."); + puts("I am prabhat."); + puts("I am 21 years old."); return 0; }