Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit d50189a

Browse files
committed
新增简单的“Hello World”程序,展示基本的语法结构和输出功能。
1 parent a555972 commit d50189a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

hw.cn

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
using lib <io>;
2+
using ns std;
3+
4+
fn main() : void {
5+
println("helloworld");
6+
return;
7+
};

0 commit comments

Comments
 (0)