1 2 3 4 5 6 7 8 9 10 11 12 13
# C++ Lambda Core ## Requirements - GCC 14 or above ## Compile and run ```sh g++ lambda-core.cpp -std=c++23 -o app ./app ```