UoM-EECS402 / Project5 / project5_jun.cpp
project5_jun.cpp
Raw
#include <iostream>
using namespace std;

//Programmer: Youngjun Woo
//Date: November 18, 2021
//Purpose: This main function is to test all SortedListClass, FIFOQueueClass,
// and LIFOStackClass related functions.

int main()
{
  string temp = LIGHT_YELLOW_NS;

  cout << temp << endl;

}