aboutsummaryrefslogtreecommitdiff
path: root/4/input
diff options
context:
space:
mode:
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}