Skip to main content

Your First Program

Hello, world!

Create a new file:

hello.sin

Add the following:

print("Hello, world!")

And then run it!

sino run hello.sin

You should see:

Hello, world!

What’s Next?

Learn the basics: Syntax Basics

Explore modules: Standard Library