imports to lib.rs, creating unit tests

This commit is contained in:
Llywelwyn 2023-08-31 01:20:21 +01:00
parent 568df55795
commit 3464e9447c
13 changed files with 697 additions and 639 deletions

2
tests/mod.rs Normal file
View file

@ -0,0 +1,2 @@
// tests/mod.rs
mod map_test;