// The classic first program // Expected output: Hello, World! fn main(): Unit with {Console} = Console.print("Hello, World!") let output = run main() with {}