itoa: itoa.cpp
	c++ -O2 -std=c++11 itoa.cpp m1cycles.cpp -o itoa 


clean:
	rm -r -f itoa
