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 9edae97 commit 852bc90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ Otne/中引编程语言是2022年3月6日开始仿CPP语法设计改进,一门
```kt
module stdio;
func main () {
printf("42")
printf("42");
}
```

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

0 comments on commit 852bc90

Please sign in to comment.