@@ -0,0 +1,6 @@
mod game;
fn main() {
let b = game::Board::new();
let c = game::Cell::X;
}
The note is not visible to the blocked user.