#include "term.h"
#include <iostream>

int main() {
	using namespace std;
	
	cout << "Terminal type is " << terminalType << endl;
	
	return 0;
}
