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, 0 insertions, 7 deletions
diff --git a/server/install_test.cpp b/server/install_test.cpp
deleted file mode 100644
index d553d2b..0000000
--- a/server/install_test.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <PDFDocEncoding.h>
-#include <iostream>
-
-int main() {
- std::cout << "Hello World, pdf-tools!";
- return 0;
-}