ox

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

ex-mul.ox (60B)



void main() {
    print("expected 25");
    print(5 * 5);
}