From ddce5db60612f0644f6a0e88411fd8878d8ae746 Mon Sep 17 00:00:00 2001 From: surbhi-jain-30-99 <44546216+surbhi-jain-30-99@users.noreply.github.com> Date: Fri, 18 Oct 2019 09:57:57 +0530 Subject: [PATCH] updated the printf statement --- New folder (2)/c/RuchirToshniwal.c.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/New folder (2)/c/RuchirToshniwal.c.txt b/New folder (2)/c/RuchirToshniwal.c.txt index acd2b72..39da5f3 100644 --- a/New folder (2)/c/RuchirToshniwal.c.txt +++ b/New folder (2)/c/RuchirToshniwal.c.txt @@ -2,6 +2,8 @@ #include void main() { -printf("Ruchir Toshniwal"); +printf("!!Ruchir Toshniwal!!"); + + getch(); -} \ No newline at end of file +}