From 37be901c97e89f6ebb24e87933ddf57cd57371d5 Mon Sep 17 00:00:00 2001 From: Amlal Date: Tue, 22 Oct 2024 20:49:53 +0200 Subject: IMP: Refactor of the source code. Signed-off-by: Amlal --- tests/example.cc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/example.cc (limited to 'tests/example.cc') diff --git a/tests/example.cc b/tests/example.cc new file mode 100644 index 0000000..dfef2e4 --- /dev/null +++ b/tests/example.cc @@ -0,0 +1,8 @@ +#include +#include + +int main(int argc, char** argv) +{ + std::cout << "hello, world!\n"; + return 0; +} -- cgit v1.2.3