test: test.cpp 
	c++ -O3 -o test test.cpp -std=c++17 -Wall -Wextra


clean:
	rm -f test