1 / 16

Hello World!

Let's make a simple "Hello World" program.
Steps:

  • click the line that points from the Begin block (Begin) to the End block (End)
  • select the Output menu item ( Output)
  • now click the new Output block you added ("output" )
  • change its text to "Hello World!" (note that you need the quotes)
  • click the "Run" button ()

Congrats, you made and ran your first program!

You should see Hello World! text printed in the output panel.
The output panel contains other useful information: time when the program started and finished.

If you are stuck in any step of the tutorial, there is a "Show solution" button at the top.
But please, first try to solve it by yourself before clicking that button!