summaryrefslogtreecommitdiff
path: root/demo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'demo.cc')
-rw-r--r--demo.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/demo.cc b/demo.cc
new file mode 100644
index 0000000..542db5e
--- /dev/null
+++ b/demo.cc
@@ -0,0 +1,7 @@
+#include <dux/io.h>
+#include <dux/thr.h>
+#include <iostream>
+
+int main() {
+ ::std::cout << "dux " << dux_api << '.' << dux_ext << ", demo" << ::std::endl;
+}