1 2 3 4 5 6
#!/bin/bash #set -x : ${CXX:=g++} $CXX $LDFLAGS $CXXFLAGS -std=c++20 -Wall test.cc -o test && ./test