Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!pacbell.com!att!news.cs.indiana.edu!ariel.unm.edu!nmsu!opus!matelgar From: matelgar@nmsu.edu (Marek Telgarsky) Newsgroups: comp.os.msdos.misc Subject: MY SCREWUP.. ok ok ok... get off it dudes Message-ID: Date: 23 Jun 91 17:48:43 GMT Sender: news@NMSU.Edu Distribution: comp Organization: NMSU Computer Science Lines: 11 \Im SORRY this my .sig file was screwed up.. and hope nobody went into epileptic seisures over it. I changed it so that it just writes Hello World! on the screen .. The most basic of C programs.. ok? Marek ps-phew... people get so worked up over a .. /***********************************************************************/ main() { /* matelgar@dante.nmsu.edu */ printf("Hello World!\n"); }