Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
Matt
/
compilers
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Commit
7
Rilasci
0
Wiki
Year 2 compilers coureswork
Albero (Tree):
592ccd454f
Rami (Branch)
Tag
master
compilers
/
cw
/
tests
/
var_maths.c
var_maths.c
67B
Cronologia
Originale
1
2
3
4
5
6
7
/* ##answer: 11*/
int main() {
int x = 5;
return x + 3 * 2;
}