From 963b2aa1bb406d0a0932e27b594d7ff6f28950ef Mon Sep 17 00:00:00 2001 From: Anamikaverm <77564881+Anamikaverm@users.noreply.github.com> Date: Sun, 17 Jan 2021 12:23:45 +0530 Subject: [PATCH] Update m1-t5-e3.c --- .../m1-code-challenges-solution/m1-t5-e3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..ac59c17 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,7 +2,7 @@ int main() { - puts("I am Rahul."); + puts("I am Anamika Verma."); puts("I am 20 years old."); return 0;