From 30047205e440e9ad8984e1830b8b819b5fe1f9f7 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 16 Apr 2021 10:02:33 +0530 Subject: add prog 5 --- 4/input | 4 ++++ 1 file changed, 4 insertions(+) (limited to '4/input') diff --git a/4/input b/4/input index 7f0cc0b..d1dff11 100644 --- a/4/input +++ b/4/input @@ -2,4 +2,8 @@ int main() { int n; printf("hello world"); scanf("%d", &n); + printf("hello world"); + printf("hello world"); + printf("hello world"); + printf("hello world"); } -- cgit v1.2.3