summaryrefslogtreecommitdiff
path: root/Example/Demo/demo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Example/Demo/demo.cxx')
-rw-r--r--Example/Demo/demo.cxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/Example/Demo/demo.cxx b/Example/Demo/demo.cxx
new file mode 100644
index 000000000..31de0386c
--- /dev/null
+++ b/Example/Demo/demo.cxx
@@ -0,0 +1,10 @@
+#include "hello.h"
+
+extern Hello hello;
+
+int main()
+{
+ hello.Print();
+
+ return 0;
+}