High School/Jr.High
10 PRINT "HELLO WORLD"
20 END
First year in College
program Hello(input, output)
begin
writeln('Hello World')
end.
Senior year in College
(defun hello
(print
(cons 'Hello (list 'World))))
New professional
#include
void main(void)
{
char *message[] = {"Hello ", "World"}; int i;
for(i = 0; i <2; ++i)
printf("%s", message[i]);
printf("
");
}
Seasoned professional
class string
{
private:
int size;
char *ptr;
public:
string() : size(0), ptr(new char('
These all are jokes that we've had the good fortune of having other people
email to us or we've retrieved off the Internet. Over time, we've sent them on
to the subscribers of our various jokes lists.
Since we're talking some ten years of managing these emails lists, we've built
up a pretty sizeable (and FUNNY) collection of jokes. They cover pretty much
any category and topic that you can imagine; from clean jokes to dirty jokes
and most everything in between, including the much loved lawyer jokes and the
blonde jokes and the yo mama jokes as well as those redneck jokes.
Remember, we did NOT author them, but we did take the time to convert the text
files to html.