diff options
author | eug-vs <eugene@eug-vs.xyz> | 2023-01-21 01:03:23 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2023-01-21 01:03:23 +0300 |
commit | 9d9ded06303a810f9abd604d7b16825f8840f79a (patch) | |
tree | 96368dca8794e186009ddf48cbf151e09a788006 /src/main.rs | |
parent | cc0449ca27749b63986cb0b68a9d88201fe532f2 (diff) | |
download | chessnost-9d9ded06303a810f9abd604d7b16825f8840f79a.tar.gz |
refactor: create board module
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 3555c81..11ac972 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,5 @@ mod bitboard; +mod board; fn main() { println!("Hello, world!"); |