2012-10-17 23:50:50 -04:00

6 lines
82 B
D
Executable File

#!/usr/bin/env rdmd
import std.stdio;
void main() {
writeln("Hello, world!");
}