All pastes #2055441 Raw Edit

Anonymous

public c v1 · immutable
#2055441 ·published 2011-05-08 19:41 UTC
rendered paste body
#include <stdlib.h>void main(){    int *p;    while (1){        p = rand();        *p = rand();    }}