From d8a8aeeaf82def54d02bcfd4c8daef698b4ccc49 Mon Sep 17 00:00:00 2001 From: Sandipsinh Rathod Date: Fri, 11 Oct 2024 19:25:23 -0400 Subject: [PATCH] add copyright --- main.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/main.cpp b/main.cpp index a5de419..11dbffd 100644 --- a/main.cpp +++ b/main.cpp @@ -1,3 +1,14 @@ +// Name: Sandipsinh Rathod +// Email: sdr5549@psu.edu +// Class: CMPSC 330 +// Program Dots and Boxes +// Current Date: 11/10/24 7:24 PM +// Due Date: 11/10/24 11:59 PM +// +// Description: This program will take a file as input and +// will play the game of dots and boxes. +// + #include #include #include