Hello!

Every programming languages first output

examples/hello.tal
//!
//! Example: "hello.tal"
//! Description: Prints "Hello, World!" to `stdout`.
//!

Debug.println("Hello, World!");

On this page