summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-05-15 01:56:06 +0200
committerdec05eba <dec05eba@protonmail.com>2021-05-15 01:56:06 +0200
commitcd05828923f5241b1d71ad211cce5c8605de38fd (patch)
tree6b3eb544e41f4d12a88ec56e0d34e3726c941b66 /tests
lole
Diffstat (limited to 'tests')
-rw-r--r--tests/main.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/main.cpp b/tests/main.cpp
new file mode 100644
index 0000000..9ad80a6
--- /dev/null
+++ b/tests/main.cpp
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main(int argc, char **argv)
+{
+ printf("hello, world!\n");
+ return 0;
+}