Skip to content
Snippets Groups Projects
D.d 83 B
// Hello World in D
import std.stdio;

void main()
{
	   writeln("Hello World");
}