aboutsummaryrefslogtreecommitdiffstats
path: root/ee1301/wk2/hw2_directory/strap012_2B.cpp
blob: 02b5f7b9b1b8b1204ffed184bd930c54ad87e3c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
Date: 20 Feb 2019
Name: Matthew Strapp
Student ID number: 5449340
Course number: EE1301
Term: Spring 2019
Lab/assignment number: Homework 2B
Short Program Description: Pay Stub Calculator
*/

#include <iostream>
using namespace std;
int main () {
  
}