add copyright
This commit is contained in:
parent
b56562b548
commit
dc1d287204
0
README.txt
Normal file
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;
|
||||
|
Loading…
Reference in New Issue
Block a user