This website works better with JavaScript.
Explore
Help
Sign In
clyne
/
calculator
Watch
1
Star
0
Fork
You've already forked calculator
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.
7eb572702c
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7eb572702c'
${ noResults }
calculator
/
initrd
/
init
9 lines
107 B
Plaintext
Raw
Normal View
History
Unescape
Escape
new initrd format work, bigger keypad
7 years ago
while (1) {
print("> ")
input = gets()
answer = solve(input)
print("\n")
print(answer)
print("\n")
}