add copyright
This commit is contained in:
parent
ed1d837f1b
commit
d8a8aeeaf8
11
main.cpp
11
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 <algorithm>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
Loading…
Reference in New Issue
Block a user