bench: bench.cpp
	c++ -O3 -std=c++17 -o bench bench.cpp

clean:
	rm -f bench
