add copyright

This commit is contained in:
Sandipsinh Rathod 2024-11-04 16:33:28 -05:00
parent b56562b548
commit dc1d287204
No known key found for this signature in database
2 changed files with 10 additions and 0 deletions

0
README.txt Normal file

@ -1,3 +1,13 @@
// Name: Sandipsinh Rathod
// Email: sdr5549@psu.edu
// Class: CMPSC 330
// Program Exact Number
// Current Date: 4/11/24 4:25 PM
// Due Date: 5/11/24
//
// Description:
// Implementation for +, -, *, /, =, +=, -=, *=, /=, ==, !=, <, >, <=, >= etc.
#include "exact_number.h"
using namespace std;