Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Hello World

import std.io;
import std.str;

module hello_world;

def main( -- )
    "Hello, world!"
    std.io.println
end
buyan hello_world.by