summaryrefslogtreecommitdiffhomepage
path: root/tests/example.cxx
diff options
context:
space:
mode:
authorAmlal <amlal@zka.com>2024-07-13 22:38:38 +0200
committerAmlal <amlal@zka.com>2024-07-13 22:38:54 +0200
commit26813ffe1f94b9915ba0ef2e1b57731c37cc7a1f (patch)
treec000c4d02d88b09cc6a6211812bd6390ce9dd33a /tests/example.cxx
parent0276bcf645b6471668504bf7ec23dd9c55614537 (diff)
[IMP] btb and new revision of zpt-core library.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'tests/example.cxx')
-rw-r--r--tests/example.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/example.cxx b/tests/example.cxx
new file mode 100644
index 0000000..dfef2e4
--- /dev/null
+++ b/tests/example.cxx
@@ -0,0 +1,8 @@
+#include <string>
+#include <iostream>
+
+int main(int argc, char** argv)
+{
+ std::cout << "hello, world!\n";
+ return 0;
+}