diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-06-09 06:20:09 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-06-09 09:38:58 +0200 |
commit | 83e6715e39f9496b3043df70b1545e0a6284619f (patch) | |
tree | 5fdc4fe8cfc5a3eeead9b65233240ac07d349647 /hash/hash.cpp | |
parent | 29cd4d4e3bbf519a95763394801caeb43c7b5629 (diff) |
hash: add library with multiple hash implementations
Diffstat (limited to 'hash/hash.cpp')
-rw-r--r-- | hash/hash.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hash/hash.cpp b/hash/hash.cpp new file mode 100644 index 00000000..080daef2 --- /dev/null +++ b/hash/hash.cpp @@ -0,0 +1,7 @@ +#include "hash.hpp" + +namespace floormat { + + + +} // namespace floormat |