1 2 3 4 5 6 7 8
use chessrs::main_loop; fn main() { // TODO: Add command line arguments // Runs the game main_loop(); }