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.
c47485371a
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c47485371a'
${ noResults }
calculator
/
initrd
/
calc
9 lines
107 B
Plaintext
Raw
Blame
History
while (1) {
print("> ")
input = gets()
answer = solve(input)
print("\n")
print(answer)
print("\n")
}
Reference in New Issue
View Git Blame
Copy Permalink