summaryrefslogtreecommitdiff
path: root/exercise-template.cpp
blob: c60907fe97f5a481d797742f57ec637945e87c27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <iostream>
#include "sales_item.hpp"

/*
 *
 * Description
 *
 *
 */

int main () {

	
	return 0;
}