Thread: Hello, world.
View Single Post
Re: Hello, world.
Old
  (#5)
Zacker
Project Leader, Lead Level Designer, Waypointer
 
Status: Offline
Posts: 337
Join Date: Mar 2004
Location: Denmark
Default Re: Hello, world. - 15-06-2004

They have some quite funny stuff there at the GNU humor page

Theese two functions are also nice:

men()
{
goto pub;
pub:
return pissed;
}

women()
{
goto bathroom;
bathroom:
while (1) ;
}
  
Reply With Quote