p1:
	g++ -std=c++20 part1.cpp -o a.out
	./a.out
	
e1s:
	g++ -std=c++20 example1start.cpp -o a.out
	./a.out
	
e1:
	g++ -std=c++20 example1.cpp -o a.out
	./a.out
	
e2:
	g++ -std=c++20 example2.cpp -o a.out
	./a.out

e3s:
	g++ -std=c++20 example3start.cpp -o a.out
	./a.out

e3:
	g++ -std=c++20 example3.cpp -o a.out
	./a.out
