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 ./a.out clean: rm -f a.out