diff options
Diffstat (limited to 'c++/statistics.hpp')
-rw-r--r-- | c++/statistics.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/c++/statistics.hpp b/c++/statistics.hpp new file mode 100644 index 0000000..c07ccb7 --- /dev/null +++ b/c++/statistics.hpp @@ -0,0 +1,11 @@ +#pragma once + +namespace kel { +namespace lbm { +template<typename T> +class statistics { +private: +public: +}; +} +} |