aboutsummaryrefslogtreecommitdiff
path: root/Project1/program.cpp
blob: c4f80363a441387df0681670585bf9fa2bc25eeb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Name: Austin Lujan
// Date: 1/16
// Class: CST 116
// Lecture

#include <iostream>

using std::cout;
using std::cin;
using std::endl;

int main()
{
	
	return (0);
}