This website requires JavaScript.
Explore
Help
Sign In
saqut
/
saqut-compiler
Watch
1
Star
0
Fork
You've already forked saqut-compiler
0
Code
Issues
29
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c67246c99a
saqut-compiler
/
tests
/
golden
/
arithmetic
/
basic.sqt
9 lines
122 B
Plaintext
Raw
Blame
History
int main() {
print(2 + 3);
print(10 - 4);
print(3 * 4);
print(10 / 3);
print(10 % 3);
return 0;
}
Reference in New Issue
View Git Blame
Copy Permalink