summaryrefslogtreecommitdiff
path: root/libprint/tests/test/driver.cxx
blob: 9b69a90c5040befc603f69d5b27c2ecb10641af7 (plain)
1
2
3
4
5
6
7
8
9
// file: tests/test/driver.cxx -*- C++ -*-

#include <libprint/print.hxx>

int
main ()
{
  print::to_stdout ("Hello, World!");
}