1 2 3 4 5 6 7 8 9 10
// file: tests/test/driver.cxx -*- C++ -*- import std.core; import print; int main () { print::to_stdout ("Hello, World!"); }