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