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

/*
 *
 * 2.9
 *
 *
 */

int main () {

	// Depends completely on what compiler options are enabled. I have tons of flags enabled to prevent myself from stupid mistakes.
	return 0;
}