[ create a new paste ] login | about

Link: http://codepad.org/ZgzhpWtG    [ raw code | output | fork ]

D, pasted on Aug 30:
1
2
3
4
5
6
import std.stdio;

void main()
{
    writefln("Hello, World!");
}


Output:
1
Hello, World!


Create a new paste based on this one


Comments: