This website works better with JavaScript
Home
Explore
Register
Sign In
TopProject
/
aFunlang
mirror of
https://code-git.song-zh.com/SongZihuan/aFunlang.git
Watch
2
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;
}