[archived content]

Feel free to use this page to experiment with the Text Formatting Rules. Just click the "Edit Page" link at the bottom of the page.


import std.stdio;

void main()
{
        writefln("hello, world");
}

import tango.io.Stdout;

void main() {
        Stdout("Hello World!");
}


Test? Test!

Blue Normal

Green Normal


hi...

hello world

test

Page last modified on January 13, 2012, at 09:28 PM