10 lines
129 B
Markdown
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`
|