Facebook
From Walloping Pudu, 9 Years ago, written in C.
This paste is a reply to Untitled from Buff Pig - go back
Embed
Viewing differences between Untitled and Re: Untitled
void * main(int argc)
{
        int ret;
    ret = 3;
    return ret;
   
}