From 3b33fa0aeb5262335cd708b167caad8f41b8a5dd Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 29 Mar 2018 13:36:29 -0400 Subject: documentation, error fixes, organization --- test5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test5') 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 } -- cgit v1.2.3