aboutsummaryrefslogtreecommitdiff
path: root/CST 126/Homework 1/main.cpp
blob: 0c3de43996d193acd26455266f9f91a1d7ece7a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Name: Reece Warner
// Class: CST 126
// Date: 4/10/24
// Assignment: Homework 1

//clear the screen after each menu choice&& change text color??

#include "TempLogHelper.hpp"

int main() 
{

	//UserMenu();
	UserInput();
	
	return 0;
}