----- Original Message -----
From: "Ethan Dicks" <erd_6502(a)yahoo.com>
To: <cctalk(a)classiccmp.org>
Sent: Friday, April 04, 2003 10:13 AM
Subject: Re: OT X is as to VMS as Linux is as to Unix...???
Somewhere, I still have my very first C program from
1985. It's
cretinous.
-ethan
Doesn't everybody still have their first C program?
#include <stdio.h>
int main()
{
printf("Hello World!\n");
return 0;
}