aboutsummaryrefslogtreecommitdiff
path: root/languages/c/c++/README.md
blob: 41b712986cb6344c3fde85df5ca2eaa878b834c5 (plain) (blame)
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
```