From a0f96b95900108705261881b164d779e2db5b824 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 19 Jul 2017 17:50:36 +0200 Subject: Initial implementation --- tests/driver.cxx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/driver.cxx (limited to 'tests/driver.cxx') diff --git a/tests/driver.cxx b/tests/driver.cxx new file mode 100644 index 0000000..64a5fb1 --- /dev/null +++ b/tests/driver.cxx @@ -0,0 +1,14 @@ +// file : tests/driver.cxx -*- C++ -*- +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +import std.core; +import std.io; + +using namespace std; + +int +main () +{ + cout << string ("Hello, World!") << endl; +} -- cgit v1.1