summaryrefslogtreecommitdiff
path: root/base/key-base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/key-base.cpp')
-rw-r--r--base/key-base.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/base/key-base.cpp b/base/key-base.cpp
new file mode 100644
index 00000000..d12109b7
--- /dev/null
+++ b/base/key-base.cpp
@@ -0,0 +1,12 @@
+#include <iostream>
+
+#include <key-base.h>
+#include <cynara-base.h>
+
+void thelibrary2function() {
+ std::cout << "Hello world... It's key-base...." << std::endl;
+ thelibraryfunction();
+}
+
+
+