1 Star 0 Fork 28

好的项目备份/凹语言

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
hello.wa 235 Bytes
一键复制 编辑 原始数据 按行查看 历史
chai2010 提交于 2022-11-26 08:29 . 支持多平台区分源文件
# 版权 @2019 凹语言 作者。保留所有权利。
import "fmt"
import "runtime"
fn main {
println("你好,凹语言!", runtime.WAOS)
println(add(40, 2))
fmt.Println(1+1)
}
fn add(a: i32, b: i32) => i32 {
return a+b
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/good-project-backup/wa.git
git@gitee.com:good-project-backup/wa.git
good-project-backup
wa
凹语言
master

搜索帮助