# C++ Lambda Core ## Requirements - GCC 14 or above ## Compile and run ```sh g++ lambda-core.cpp -std=c++23 -o app ./app ```