Program Structure


The program must consist of one entry function (identical to c main). Currently, argc and argv do not work, but I am planning to fix that.

entry function<> -> u32
{
    // ... code here
}