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

6
Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "othello"
version = "0.1.0"
edition = "2021"
[dependencies]