Implement BinDisc and tests

This commit is contained in:
2024-06-05 10:45:11 +02:00
parent 236d1b2f8b
commit 6b68a41c42
11 changed files with 954 additions and 29 deletions

2
.gitignore vendored
View File

@@ -31,6 +31,8 @@
*.out
*.app
**/build
build_Debug
build_Release
**/lcoverage
.idea
cmake-*