This commit is contained in:
2020-06-10 10:59:19 +02:00
parent 61c3eaa1ff
commit ef25d9f1f0
9 changed files with 320 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
namespace Utilities {
namespace Test {
bool TestStringAlgorithm();
bool TestTribool();
} // namespace Test
} // namespace Utilities