This website requires JavaScript.
Explore
Help
Register
Sign In
wangfiox
/
sysy
Watch
1
Star
0
Fork
You've already forked sysy
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5b097e7feb
sysy
/
functional_c
/
sy
/
11_add2.sy
8 lines
99 B
Plaintext
Raw
Blame
History
#include "sylib.h"
//test add
int main(){
int a, b;
a = 10;
b = -1;
return a + b;
}
Reference in New Issue
View Git Blame
Copy Permalink