Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beanflame authored May 26, 2024
1 parent 275a4c7 commit a13df7b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,12 @@

[简体中文](README.md)[English](resources/README.en.md)


打印42示例代码:
```kt
module stdio;
func main () {
printf("42");
}
```

"你好,世界" 示例代码:
```kt
module stdio;
func main () {
printf("Hello, World !");
printf("42");
}
```

0 comments on commit a13df7b

Please sign in to comment.