I read a few days ago a conversation between two students talking about a third student: he was some religious guy who named all his variables to names from the bible and he always returned 40. So code would look like this:
Code:
int main()
{
for(int Jesus = 0; Jesus < God; ++Jesus)
{
//stuff
};
return 40;
}
I think this was the most funny story I've ever read. If you have one, or some cunning, funny code then post!