Star
12
Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
6
分析
项目设置
Star
12
Fork
0
dev
nuttx-apps
/
examples
/
bastest
/
tests
/
test47.bas
下载
O
openvela-robot
Remove extra whitespace from files (
#43
)
dd83b93b
创建于
4月20日
历史提交
dim a(3,4) for i=0 to 3 for j=0 to 4 a(i,j)=i*10+j print a(i,j); next print next mat write a