add copyright

This commit is contained in:
Sandipsinh Rathod 2024-10-11 19:25:23 -04:00
parent ed1d837f1b
commit d8a8aeeaf8
No known key found for this signature in database

@ -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 <algorithm>
#include <iostream>
#include <sstream>