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
4
Rilasci
0
Wiki
Year 2 compilers coureswork
Albero (Tree):
ea320f604c
Rami (Branch)
Tag
master
compilers
/
cw
/
tests
/
var_maths.c
var_maths.c
49B
Cronologia
Originale
1
2
3
4
5
6
int main() {
int x = 5;
return x + 3 * 2;
}