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; }