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