summaryrefslogtreecommitdiff
path: root/test/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/main.cpp')
-rw-r--r--test/main.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/main.cpp b/test/main.cpp
new file mode 100644
index 0000000..88484d6
--- /dev/null
+++ b/test/main.cpp
@@ -0,0 +1,6 @@
+#include <iostream>
+
+int main(int argc, const char *argv[]) {
+ std::cout << "Hello world!\n";
+ return 0;
+}