Orb Programming Language

HelloWorld

main.orb

import "std/io.orb";

fnc main () () {
    std.println "Hello, world!";
};