Add solution

This commit is contained in:
hal8174 2024-08-05 13:04:16 +02:00
parent 915b486dc1
commit 780e817337
5 changed files with 1047 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "laulens_move"
version = "0.1.0"
edition = "2021"
[dependencies]
smallvec = "1.13.2"