This website works better with JavaScript.
Explore
Help
Sign In
clyne
/
interpreter
Watch
1
Star
0
Fork
You've already forked interpreter
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14fd4de5d5
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '14fd4de5d5'
${ noResults }
interpreter
/
test5
11 lines
106 B
Plaintext
Raw
Blame
History
# test5
# solver test
while (1) {
input = gets
if (input == "exit") {
exit
}
print(solve(input))
}
Reference in New Issue
View Git Blame
Copy Permalink