Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
Matt
/
compilers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Commits
4
Releases
0
Wiki
Year 2 compilers coureswork
Tree:
ea320f604c
Branches
Tags
master
compilers
/
cw
/
tests
/
var_maths.c
var_maths.c
49B
History
Raw
1
2
3
4
5
6
int main() {
int x = 5;
return x + 3 * 2;
}