Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

In this thread, we Hello World

Name: Anonymous 2006-06-20 20:56

c:
#include <stdio.h>
main() { printf("hey worldz\n"); }

Name: Anonymous 2006-07-20 22:44

#! /usr/bin/perl

print "Hello, World!\n";
-----------
#! /usr/bin/perl

$phrase = "Hello, World!";
print "$phrase \n";
------------
#! /usr/bin/perl

$_ = "Hellow, World!";
print;
------------

TIMTOWTDI F T W!

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List