This website works better with JavaScript
Home
Explore
Register
Sign In
SongZihuan
/
aFunlang
mirror of
https://github.com/aFun-org/aFunlang.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
cde511d8b9
Branches
Tags
dev
main
refactor
v0.0.2
v0.0.1
aFunlang
/
test
/
test_lib.c
test_lib.c
57 B
History
Raw
1
2
3
4
5
int num = 100;
int test(int a) {
return 10 + a;
}