initial commit

This commit is contained in:
2026-08-18 13:34:11 +02:00
commit 48fa1052ad
9 changed files with 449 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
use wordle_solver::foo;
pub fn main() {
foo()
}