Name: Anonymous 2012-09-19 0:12
lets play a game!
I call it proggolf.
Do something hard in your favorite language.
In order to prove that your language doesn't suck, do the same thing in your language!
The last surviving language is the bestest language!
I'll start.
I call it proggolf.
Do something hard in your favorite language.
In order to prove that your language doesn't suck, do the same thing in your language!
The last surviving language is the bestest language!
I'll start.
#include <stdio.h>
int main(int argc, char ** argv)
{
return *(int*)NULL;
}