Hello World!

    What you see:

    • Functions are introduced with .
    • Blocks are delimited by curly braces like in C and C++.
    • Rust has hygienic macros, is an example of this.
    • Rust strings are UTF-8 encoded and can contain any Unicode character.

    Key points:

    • Rust is modern with full support for things like Unicode.