#include "environment.h"

int main() {
	Environment::instance().op1();
	
	return 0;
}
