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

129 B

Hello, world!

Create a file named hello.thp with the contents:

print("Hello, world!")

Then run thp hello.thp