From 7eb567543e440acfaf6b152cff0f0aba359eb9c2 Mon Sep 17 00:00:00 2001 From: jackjohn7 <70782491+jackjohn7@users.noreply.github.com> Date: Tue, 11 Nov 2025 17:01:33 -0600 Subject: [PATCH] updated header comment --- src/main.rs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index df3315b..14a63ca 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,8 @@ -// Student: Jack Branch - 103-93-063 -// Prof: Dr. Mike O'Neal -// Class: Artificial Intelligence (CS 4753) +// Student: Jack Branch - 103-93-063 +// Assignment: 3 +// Professor: Dr. Mike O'Neal +// Class: Artificial Intelligence (CS 4753) +// Description: Run a console-based Othello game with AI capabilities. mod cli; fn main() -> anyhow::Result<()> {