summaryrefslogtreecommitdiff
path: root/server/install_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'server/install_test.cpp')
-rw-r--r--server/install_test.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/server/install_test.cpp b/server/install_test.cpp
new file mode 100644
index 0000000..d553d2b
--- /dev/null
+++ b/server/install_test.cpp
@@ -0,0 +1,7 @@
+#include <PDFDocEncoding.h>
+#include <iostream>
+
+int main() {
+ std::cout << "Hello World, pdf-tools!";
+ return 0;
+}