Releases: spapiernik/cpp23-hello-world
Releases · spapiernik/cpp23-hello-world
Release list
Hello, C++23
Minimal C++23 Hello World with Meson build system.
To get started:
- Clone the repository:
git clone https://github.com/spapiernik/cpp23-hello-world.git
cd cpp23-hello-world- Configure and build with Meson:
meson setup build
meson compile -C build- Run the program
./build/hello