Move main() code into tests and remove binary crate

This commit is contained in:
2025-10-15 17:09:11 +02:00
parent a4ed7ea44e
commit bff8ca6857
4 changed files with 125 additions and 78 deletions
+2
View File
@@ -0,0 +1,2 @@
pub mod algorithms;
pub mod models;