diff options
author | Akshay <[email protected]> | 2021-04-16 05:32:33 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-04-16 06:06:29 +0100 |
commit | 30047205e440e9ad8984e1830b8b819b5fe1f9f7 (patch) | |
tree | c30239e30d0687903cdd76a43630e7bc58d8dd4c /4/input | |
parent | 5b54c1d51afad68d497a14d8c5e3a9fc852d5f20 (diff) |
add prog 5
Diffstat (limited to '4/input')
-rw-r--r-- | 4/input | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | } |