This website requires JavaScript.
Explore
Help
Sign In
clyne
/
calculator
Watch
1
Star
0
Fork
0
You've already forked calculator
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
calculator
/
initrd
/
init
9 lines
107 B
Plaintext
Raw
Normal View
History
Unescape
Escape
new initrd format work, bigger keypad
2018-03-29 21:26:53 -04:00
while (1) {
print("> ")
input = gets()
answer = solve(input)
print("\n")
print(answer)
print("\n")
}
Reference in New Issue
Copy Permalink