diff options
| author | eug-vs <eugene@eug-vs.xyz> | 2023-01-22 04:31:43 +0300 |
|---|---|---|
| committer | eug-vs <eugene@eug-vs.xyz> | 2023-01-22 04:31:43 +0300 |
| commit | c7b627574945a8c492e05db168726737cd301b39 (patch) | |
| tree | 099ab65146421017badb4338c0e1e4d56203135c /src/main.rs | |
| parent | eb54ede6d11ed9f3817e4521d47b23b0c7d642a2 (diff) | |
| download | chessnost-c7b627574945a8c492e05db168726737cd301b39.tar.gz | |
feat: add initial moves 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 dc04d4b..3ffab60 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,7 @@ mod bitboard; mod board; mod attacks; +mod moves; fn main() { println!("Hello, world!"); |