This website works better with JavaScript.
Explore
Help
Sign In
NUDT-compiler
/
nudt-compiler-cpp
Watch
5
Star
0
Fork
You've already forked nudt-compiler-cpp
6
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10ea8aad14
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '10ea8aad14'
${ noResults }
nudt-compiler-cpp
/
test
/
test_case
/
functional
/
11_add2.sy
7 lines
80 B
Raw
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