day01-入门程序
牛刀小试:第一个仓颉程序
在电脑中创建一个文件夹:
并且编辑一个文件
main.cj
main(){
println("hello cangjie!!!");
}
编译
> cjc .\main.cj -o hello.exe
执行
> .\hello.exe hello cangjie!!! >
一个简单的仓颉入门程序就跑通了。
https://cangjie-lang.cn/docs?url=%2F0.53.18%2Fuser_manual%2Fsource_zh_cn%2Ffirst_understanding%2Fhello_world.html

浙公网安备 33010602011771号