Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beanflame authored Feb 13, 2024
1 parent 133f2fc commit e5a8c75
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 @@ -22,7 +22,7 @@ Otne/中引编程语言是2022年3月6日开始,一门免费开源的翻译编
示例代码:
```kt
import "terminal"
fn main(){
fn main() {
printf("42")
Terminal("42")
}
Expand All @@ -37,7 +37,7 @@ fn main(){
"你好,宇宙" 示例代码:
```kt
import "terminal"
fn main(){
fn main() {
printf("Hello, Universe")
Terminal("Hello, Universe")
}
Expand Down

0 comments on commit e5a8c75

Please sign in to comment.