ox

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

ex-print-minus-values.ox (31B)



void main() {
    print(-5);
}