summaryrefslogtreecommitdiffhomepage
path: root/tests/example.cxx
diff options
context:
space:
mode:
authorAmlal <amlal@zka.com>2024-10-22 20:49:53 +0200
committerAmlal <amlal@zka.com>2024-10-22 20:49:53 +0200
commit37be901c97e89f6ebb24e87933ddf57cd57371d5 (patch)
tree7e21246231d8196cd5b46d4caca1d44b977216a4 /tests/example.cxx
parentb277464db34e1097a1feee01b18320058cd13b68 (diff)
IMP: Refactor of the source code.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'tests/example.cxx')
-rw-r--r--tests/example.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/example.cxx b/tests/example.cxx
deleted file mode 100644
index dfef2e4..0000000
--- a/tests/example.cxx
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <string>
-#include <iostream>
-
-int main(int argc, char** argv)
-{
- std::cout << "hello, world!\n";
- return 0;
-}