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