Hello World

The first Grace program is of course Hello World.   In Grace, we expect this to be written simply and straightforwardly, as follows:

No semicolons, no brackets, no method, no class, no package, no “public static void main(magic incantation goes here)”.  Just the core of the code is all that should be need for such a simple program.