thp-lang.org/md/learn/basics/hello-world.md
2023-10-01 20:41:38 -05:00

10 lines
129 B
Markdown

# Hello, world!
Create a file named `hello.thp` with the contents:
```thp
print("Hello, world!")
```
Then run `thp hello.thp`