summaryrefslogtreecommitdiff
path: root/test/D/HelloWorld/CompileAndLinkOneStep/Image/helloWorld.d
blob: 4d95b240416a42cc9d2c155197fdc88f5cd63f01 (plain)
1
2
3
4
5
6
import std.stdio;

int main(immutable string[] args) {
  writeln("Hello World.");
  return 0;
}