aboutsummaryrefslogtreecommitdiffstats
path: root/test5
diff options
context:
space:
mode:
Diffstat (limited to 'test5')
-rw-r--r--test510
1 files changed, 0 insertions, 10 deletions
diff --git a/test5 b/test5
deleted file mode 100644
index 74ce439..0000000
--- a/test5
+++ /dev/null
@@ -1,10 +0,0 @@
-# test5
-# solver test
-
-while (1) {
- input = gets
- if (input == "exit") {
- exit
- }
- print(solve(input))
-}