aboutsummaryrefslogtreecommitdiff
path: root/4/input
diff options
context:
space:
mode:
Diffstat (limited to '4/input')
-rw-r--r--4/input4
1 files changed, 4 insertions, 0 deletions
diff --git a/4/input b/4/input
index 7f0cc0b..d1dff11 100644
--- a/4/input
+++ b/4/input
@@ -2,4 +2,8 @@ int main() {
2 int n; 2 int n;
3 printf("hello world"); 3 printf("hello world");
4 scanf("%d", &n); 4 scanf("%d", &n);
5 printf("hello world");
6 printf("hello world");
7 printf("hello world");
8 printf("hello world");
5} 9}