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

/*
 *
 * 
 *
 *
 */

int main () {

	//int i = 0;
	//std::cout << i << " " << ++i << std::endl;
	return 0;
}