summaryrefslogtreecommitdiff
path: root/libmprint/tests/test/driver.cxx
blob: 32fa1ae4a202fec984813117fcb9e7493e355205 (plain)
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!");
}