From e16662be218cf33c6b45623b01f3e79dd1cef6c4 Mon Sep 17 00:00:00 2001 From: RAVIKUMAR7296 <106726062+RAVIKUMAR7296@users.noreply.github.com> Date: Thu, 2 Jun 2022 11:27:58 +0530 Subject: [PATCH] m1-t-5-e3 --- .../m1-code-challenges-solution/m1-t5-e3.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 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..8f8b3a4 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 @@ -1,9 +1,10 @@ #include - int main() { + int main() +{ - puts("I am Rahul."); - puts("I am 20 years old."); + printf("I am Ravi kumar."); + Printf("\nI am 18 years old."); return 0; }