From 622fe06e25ddccba9f6d970d5891e184606c673b Mon Sep 17 00:00:00 2001 From: That_One_Nerd Date: Tue, 10 Sep 2024 10:18:54 -0400 Subject: [PATCH] Forgot the comment in the main file. --- Minesweeper/src/main.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Minesweeper/src/main.cpp b/Minesweeper/src/main.cpp index 70015a2..be2f0b7 100644 --- a/Minesweeper/src/main.cpp +++ b/Minesweeper/src/main.cpp @@ -1,3 +1,11 @@ +//**********722871********** +//* Date: 9/10/2024 +//* Programmer: Kyle Gilbert +//* Program Name: MINESWEE.8xp +//* Program Description: A program that plays Minesweeper on the TI-84. +//* No libraries except the default were used. +//************************** + #pragma region Boilerplate #pragma region Disregard