CXXFLAGS=	-g -Wall -std=c++20

.PHONY: clean

all: private

clean:
	rm -f private *.o
