[ create a new paste ] login | about

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

D, pasted on Aug 27:
1
2
3
4
5
6
7
8
9
10
11
// Shawn Pixley
// N-2
// 8/27/2014

import std.stdio;
 
void main()
{
  writefln("Hello, world!");
  //writefln(clock.currTime());
}


Output:
1
Hello, world!


Create a new paste based on this one


Comments: