Name: Anonymous 2010-06-18 2:22
Give us your programs, and we'll tell you if they halt!
Bring em on!
Bring em on!
#include <stdint.h>
#include <stdlib.h>
int main(void)
{ for(uint32_t i = arc4random_uniform(2); i;);
return 0; }