Sunday, December 6, 2009

Programming Challenge #1

Ok, first to post a correct 1 line solution wins...

#include<stdio.h>
void gettohere()
{
printf("You win!");
}

int main(void)
{
// From Here
// Without calling gettohere();

return 0;
}

1 comment:

Followers