Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
Matt
/
compilers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Commits
18
Releases
0
Wiki
Year 2 compilers coureswork
Tree:
f745c3345a
Branches
Tags
master
compilers
/
tac
/
tests
/
modulo.c
modulo.c
49B
History
Raw
1
2
3
4
5
/* ##answer: 1*/
int main() {
return 5 % 2;
}