all:
	g++ -std=c++17 -fconcepts main.cpp 

