Star
3
Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
项目讨论
Wiki
项目成员
5
分析
项目设置
Star
3
Fork
0
master
c3c
/
resources
/
examples
/
args.c3
下载
G
GitHub
Implement passing arguments to program via `compile-run` (#1296)
a5b5f315
创建于
2024年8月4日
历史提交
import std::io; fn void main(String[] args) { io::printn(args); }