summaryrefslogtreecommitdiff
path: root/7p21.cpp
blob: e3e2c5cb1a5fccd66cb99664636db829ed83a1ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <iostream>

/*
 *
 * 7.21
 *
 * Done in sales_data.hpp
 */

int main () {

	
	return 0;
}