aboutsummaryrefslogtreecommitdiffstats
path: root/test5
diff options
context:
space:
mode:
Diffstat (limited to 'test5')
-rw-r--r--test52
1 files changed, 1 insertions, 1 deletions
diff --git a/test5 b/test5
index 440f791..74ce439 100644
--- a/test5
+++ b/test5
@@ -2,7 +2,7 @@
# solver test
while (1) {
- input = gets()
+ input = gets
if (input == "exit") {
exit
}