ox

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

ex-assignment-1.ox (43B)



void main() {
    ~int i = 0;
    i = 5;
}