Writing your first program

Hello world! :)

To print out "Hello World", simply type tm in the command line again to enter the default editor and write the following:

print("Hello world!");
RUN

You should see "Hello world!" printed out to the terminal!

Last updated