From da1764a9f839e1d29b2bee12d35534f71f05c6ff Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 30 Apr 2021 22:25:19 +0530 Subject: law & order --- 04/input | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 04/input (limited to '04/input') diff --git a/04/input b/04/input new file mode 100644 index 0000000..d1dff11 --- /dev/null +++ b/04/input @@ -0,0 +1,9 @@ +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