This website works better with JavaScript.
Explore
Help
Sign In
p7b9tnhcf
/
SysY2022
Watch
1
Star
0
Fork
You've already forked SysY2022
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
compiler
SysY2022
/
test_cases
/
functional
/
11_add2.sy
7 lines
80 B
Raw
Permalink
Blame
History
//test add
int main(){
int a, b;
a = 10;
b = -1;
return a + b;
}
Reference in new issue
View Git Blame
Copy Permalink