This commit is contained in:
Unic-X
2023-05-24 14:03:35 +05:30
commit 87f4535f88
5 changed files with 128 additions and 0 deletions

6
src/main.rs Normal file
View File

@@ -0,0 +1,6 @@
mod piece;
fn main() {
unimplemented!();
}