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
8
Publications
0
Wiki
Year 2 compilers coureswork
Aborescence:
f2d5f34754
Branches
Tags
master
compilers
/
cw
/
tests
/
var_maths.c
var_maths.c
67B
Historique
Raw
1
2
3
4
5
6
7
/* ##answer: 11*/
int main() {
int x = 5;
return x + 3 * 2;
}