updated header comment

This commit is contained in:
jackjohn7 2025-11-11 17:01:33 -06:00
parent b788bd2e4d
commit 7eb567543e

View file

@ -1,6 +1,8 @@
// Student: Jack Branch - 103-93-063 // Student: Jack Branch - 103-93-063
// Prof: Dr. Mike O'Neal // Assignment: 3
// Class: Artificial Intelligence (CS 4753) // Professor: Dr. Mike O'Neal
// Class: Artificial Intelligence (CS 4753)
// Description: Run a console-based Othello game with AI capabilities.
mod cli; mod cli;
fn main() -> anyhow::Result<()> { fn main() -> anyhow::Result<()> {