aboutsummaryrefslogtreecommitdiff
path: root/4/input
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-04-16 05:32:24 +0100
committerAkshay <[email protected]>2021-04-16 05:32:24 +0100
commit5b54c1d51afad68d497a14d8c5e3a9fc852d5f20 (patch)
tree7049e5c50ed87b312fb9f11460c21fb3148b9e76 /4/input
parenta83f7edacd5d4a72c29d836ec2338ffa23bec38a (diff)
add prog 4
Diffstat (limited to '4/input')
-rw-r--r--4/input5
1 files changed, 5 insertions, 0 deletions
diff --git a/4/input b/4/input
new file mode 100644
index 0000000..7f0cc0b
--- /dev/null
+++ b/4/input
@@ -0,0 +1,5 @@
1int main() {
2 int n;
3 printf("hello world");
4 scanf("%d", &n);
5}