Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Official /prog/ XP Thread

Name: Anonymous 2014-02-14 10:48

In this thread, we will write a high quality program by all working on it at the same time. You must not write a line that causes a compiling error. You can only remove a line after writing a proof that it causes a bug.
// A

int main(void)
{
    // B
    while(1)
    {
        // C
    }
   
    // D
    return 0;
}

// E


You can add lines at A, B, C, D or E. You can write atmost 3 lines per post.

The program currently has no output, and never exits.

Name: Anonymous 2014-02-14 11:14

Insert break; in the // C region.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List