Hello, World!

Before we dive into the basics of Keid, let's get a simple Hello World program running.

namespace me

extern function main() {
    std::io::println("Hello, World!")
}