aboutsummaryrefslogtreecommitdiff
path: root/12/input
diff options
context:
space:
mode:
Diffstat (limited to '12/input')
-rw-r--r--12/input6
1 files changed, 6 insertions, 0 deletions
diff --git a/12/input b/12/input
new file mode 100644
index 0000000..fa64ab2
--- /dev/null
+++ b/12/input
@@ -0,0 +1,6 @@
1int main(int a, int b, int c) {
2 if (a > b) {
3 for(;;);
4 a++;
5 }
6}