str: str.cpp sum.h agg1.h agg2.h
	c++ -std=c++17 -O3 str.cpp -o str -Wall -Wextra 
clean:
	rm -r -f str