tolower: tolower.cpp
	c++ -O3 -std=c++11 -o tolower tolower.cpp

clean: 
	rm -r -f tolower
