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 a43f00f commit 3d919d0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ Otne/中引编程语言是2022年3月6日开始,一门免费开源的翻译编
在道格拉斯·亚当斯创作的科幻小说《银河系漫游指南》中,有一群具有高度智慧的外星人为了找出生命、宇宙以及任何事情的终极答案,特别造了一台超级电脑——“深思”(Deep Thought)来进行计算。“深思”花了750万年来计算和验证,最终得出的答案是“42”。
示例代码:
```kt
import "terminal"
import "stdio"
fn main () {
printf("42")
Terminal("42")
}
// import TerminalScreen;
// fn main print "42";
Expand All @@ -36,10 +35,9 @@ fn main () {

"你好,宇宙" 示例代码:
```kt
import "terminal"
import "stdio"
fn main () {
printf("Hello, Universe")
Terminal("Hello, Universe")
}

// import TerminalScreen;
Expand Down

0 comments on commit 3d919d0

Please sign in to comment.