all:
clang main.cpp -std=c++20 -I. -ggdb -g3 -O0 -fno-exceptions
./a.out
@echo
g++ main.cpp -std=c++20 -I. -ggdb -g3 -O0
clean:
rm -f a.out