[ create a new paste ] login | about

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

D, pasted on Feb 8:
1
2
3
4
5
import std.stdio;
int main () {
    writefln("Hello world!");
    return 0;
}


Output:
1
Hello world!


Create a new paste based on this one


Comments: