This website works better with JavaScript
Trang chủ
Khám phá
Đăng ký
Đăng nhập
TopProject
/
aFunlang
mirror of
https://code-git.song-zh.com/SongZihuan/aFunlang.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
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
Lịch sử
Raw
1
2
3
4
5
int num = 100;
int test(int a) {
return 10 + a;
}