Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
Matt
/
compilers
Suivre
1
Voter
0
Fork
0
Code
Tickets
0
Pull Requests
0
Commits
19
Publications
0
Wiki
Year 2 compilers coureswork
Aborescence:
f8a1a32544
Branches
Tags
master
compilers
/
tac
/
tests
/
modulo.c
modulo.c
49B
Historique
Raw
1
2
3
4
5
/* ##answer: 1*/
int main() {
return 5 % 2;
}