From 7214fbbbe310b656509a2cb054135b2addf0712a Mon Sep 17 00:00:00 2001 From: kl36 <82146334+kl36@users.noreply.github.com> Date: Thu, 8 Apr 2021 14:28:50 +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..d8cecdf 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 Lakshmi Kuna."); + puts("I am 24 years old."); return 0; }