Skip to content

Here is a simple program that prints 'Hello, World!' to the console. function main() { print('Hello, World!'); }