dfmt/tests/hello.d

2 lines
90 B
D

import std.stdio; void main() { writeln("Hello, world without explicit compilations!"); }