

test: main.cpp
	g++ -I. -Os main.cpp -o test -std=c++11

# ./test > res2.txt ; diff res.txt res2.txt


