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