Hello World
Let’s write your first StellarTrails program!
Create a file called hello.stellartrails
with the following content:
print("Hello, StellarTrails!")
Run it from the terminal:
./si hello.stellartrails
You should see:
Hello, StellarTrails!
Congratulations! You’ve just run your first StellarTrails program.
Next: Variables and Types