diff options
Diffstat (limited to '04/input')
-rw-r--r-- | 04/input | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/04/input b/04/input new file mode 100644 index 0000000..d1dff11 --- /dev/null +++ b/04/input | |||
@@ -0,0 +1,9 @@ | |||
1 | int main() { | ||
2 | int n; | ||
3 | printf("hello world"); | ||
4 | scanf("%d", &n); | ||
5 | printf("hello world"); | ||
6 | printf("hello world"); | ||
7 | printf("hello world"); | ||
8 | printf("hello world"); | ||
9 | } | ||