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-06-24 17:12

>>40
>>22 is this: http://jasmin.sourceforge.net/

also,
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">;
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
<head>
    <title>Hello World!</title>
    <meta http-equiv="content-type" content="application/xhtml+xml;charset=utf-8" />
</head>
<body>
    <script type="text/javascript">
        function hello(){
            this.text="Hello World!";
            this.say_it=function(e){
                this.paragraph=document.createElement('p');
                this.paragraph_text=document.createTextNode(this.text);
                this.paragraph.appendChild(this.paragraph_text);
                document.body.appendChild(this.paragraph);
            }
        }

        var world = new hello();
        world.say_it();
    </script>
</body>
</html>

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