.. default-domain:: chpl .. _primers-hello: Simple hello world ================== `View hello.chpl on GitHub `_ .. code-block:: chapel writeln("Hello, world!"); // print 'Hello, world!' to the console