[ create a new paste ] login | about

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

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

void main()
{   int v;
    v = 9;
    writefln("Hello World!");
    //writefln("v is set to %i",v);
}


Output:
1
Hello World!


Create a new paste based on this one


Comments: