aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.rs b/src/main.rs
index 9a38593..e7a11a9 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,9 +1,3 @@
-mod square;
-mod bitboard;
-mod board;
-mod attacks;
-mod moves;
-
fn main() {
println!("Hello, world!");
}