提交 c236bb13 编写于 作者: 3 3dgen

Add example: snake

上级 6500b8ba
# Pkg: _examples/snake
TODO
# 版权 @2022 凹语言 作者。保留所有权利。
fn Test(){
println(42)
}
\ No newline at end of file
# 版权 @2019 凹语言 作者。保留所有权利。
import "snake/canvas"
fn main() {
canvas.Test()
}
{
"name": "_examples/snake",
"pkgpath": "snake",
"version": "0.0.1",
"authors": ["author", "author2"],
"description": "module description",
"readme": "README.md",
"homepage": "",
"repository": "",
"license": "",
"license_file": "",
"keywords": [],
"categories": []
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册