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

[New] ITT We determine if your programs halt

Name: Anonymous 2010-06-18 2:22

Give us your programs, and we'll tell you if they halt!

Bring em on!

Name: Anonymous 2010-06-19 2:57

#include <stdlib.h>
#include <time.h>

int main(void) {
    int i;

    srand(time(NULL));
    i = rand() % 2;

    if(i) for(;;);
    return 0;
}

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