aboutsummaryrefslogtreecommitdiff
path: root/Homework6ReeceWarner/program.cpp
blob: a888184f9b32cd8a7dccf20d8fe81c7c79d3f71c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//Name:Reece Warner
//Date:Feb 5th 2024
//Homework 5
#include "contacts.h"
#include <iostream>


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


int main()
{
	menu();

	return 0;
}