fn main(): Unit with {Console} = Console.print("Hello, World!") let output = run main() with {}