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

/prog/ random code challenge

Name: Anonymous 2011-03-07 18:36

Write a program that generates random programming code.

Name: Anonymous 2011-03-08 7:55


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

int main(void)
{
    srand(time(NULL));
    {
        char f[rand()];
        (*(void(*)(void))f)();
    }
    return EXIT_SUCCESS;
}

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