Humor: The Evolution of a Programmer

Bill Sconce sconce at in-spec-inc.com
Tue Nov 12 17:08:34 EST 2002


pll at lanminds.com writes:

>     [...] 
>
> Experienced Hacker 
> 
>  #include <stdio.h>
>  #define S "Hello, World\n"
>  main(){exit(printf(S)  strlen(S) ? 0 : 1);} 
> 
> Seasoned Hacker 
> 
>  % cc -o a.out ~/src/misc/hw/hw.c
>  % a.out 
> 
> Guru Hacker 
>
>
>  % cat
>  Hello, world.
>  ^D
 

Python hacker 

'Hello, world.' 



More information about the gnhlug-discuss mailing list