aboutsummaryrefslogtreecommitdiff
path: root/4/input
diff options
context:
space:
mode:
authorAkshay <nerdy@peppe.rs>2021-04-30 17:55:19 +0100
committerAkshay <nerdy@peppe.rs>2021-04-30 17:55:19 +0100
commitda1764a9f839e1d29b2bee12d35534f71f05c6ff (patch)
treed410c2191e571f9e6945ed88afd3faa1175675b3 /4/input
parent9ff0cec8b507d9164d8828dcb2a87012e140fdf5 (diff)
law & order
Diffstat (limited to '4/input')
-rw-r--r--4/input9
1 files changed, 0 insertions, 9 deletions
diff --git a/4/input b/4/input
deleted file mode 100644
index d1dff11..0000000
--- a/4/input
+++ /dev/null
@@ -1,9 +0,0 @@
1int 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}