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: SQL 2006-07-01 2:18

CREATE TABLE message (text char(15));
INSERT INTO message (text) VALUES ('Hello world!');
SELECT text FROM message;
DROP TABLE message;

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