thp-web/md/learn/basics/hello-world.md

10 lines
129 B
Markdown
Raw Normal View History

2023-09-15 03:15:35 +00:00
# Hello, world!
2023-10-02 01:41:38 +00:00
Create a file named `hello.thp` with the contents:
2023-09-15 03:15:35 +00:00
```thp
print("Hello, world!")
```
2023-10-02 01:41:38 +00:00
Then run `thp hello.thp`