From 24bf28a8fb9cc8c3a90b77de9b60728bece7885d Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Sat, 18 Oct 2025 18:01:14 +0200 Subject: Moving project structure for more less compilation --- lib/c++/statistics.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/c++/statistics.hpp (limited to 'lib/c++/statistics.hpp') diff --git a/lib/c++/statistics.hpp b/lib/c++/statistics.hpp new file mode 100644 index 0000000..c07ccb7 --- /dev/null +++ b/lib/c++/statistics.hpp @@ -0,0 +1,11 @@ +#pragma once + +namespace kel { +namespace lbm { +template +class statistics { +private: +public: +}; +} +} -- cgit v1.2.3