diff options
Diffstat (limited to 'test5')
-rw-r--r-- | test5 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +# test5 +# solver test + +while (1) { + input = gets() + if (input == "exit") { + exit + } + print(solve(input)) +} |
![]() |
index : clyne/interpreter | |
Scripting language implementation for microcontrollers | Clyne Sullivan |
aboutsummaryrefslogtreecommitdiffstats |