01. Hello, World

This is the source code of a traditional "Hello, World!" program.

Debug.println("Hello, World!"); // Prints to the console.

This code uses the native builtin Debug.println which prints text to the console output stream.

To run this code, the following command can be invoked.

talos run ./hello.tal