aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hello/hello/hello.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-02-05 18:01:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-02-05 18:01:45 +0200
commitd7b7e218bfe92516f525568a6c1c9e1a9eb241fe (patch)
tree6cbc3155d7188f65e4b806c6edeecdd53393da69 /examples/cxx/hello/hello/hello.cxx
Start tracking build with git
Diffstat (limited to 'examples/cxx/hello/hello/hello.cxx')
-rw-r--r--examples/cxx/hello/hello/hello.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/cxx/hello/hello/hello.cxx b/examples/cxx/hello/hello/hello.cxx
new file mode 100644
index 0000000..1ec9d31
--- /dev/null
+++ b/examples/cxx/hello/hello/hello.cxx
@@ -0,0 +1,8 @@
+#include "libhello/hello.hxx"
+
+int
+main ()
+{
+ hello h;
+ h.say ("Hello, world!");
+}