Please enable JavaScript in your browser!
Startseite
Erkunden
Hilfe
Anmelden
Matt
/
compilers
Beobachten
1
Favorit hinzufügen
0
Fork
0
Code
Issues
0
Pull-Requests
0
Commits
4
Releases
0
Wiki
Year 2 compilers coureswork
Struktur:
ea320f604c
Branches
Tags
master
compilers
/
cw
/
tests
/
var_maths.c
var_maths.c
49B
Verlauf
Originalformat
1
2
3
4
5
6
int main() {
int x = 5;
return x + 3 * 2;
}