ox

The Ox programming language, compiler and tools (WIP)
Log | Files | Refs | README | LICENSE

ex1.ox (68B)



// Hello world and comment

fx main() {
    print("hello world");
}