create Board and Piece types

This commit is contained in:
2025-01-23 16:02:02 -05:00
commit a1e2261d50
5 changed files with 63 additions and 0 deletions

5
src/main.rs Normal file
View File

@@ -0,0 +1,5 @@
mod repr;
fn main() {
println!("Hello, world!");
}