Skip to content

Releases: spapiernik/cpp23-hello-world

Release list

Hello, C++23

Choose a tag to compare

@spapiernik spapiernik released this 28 Aug 02:43
88059b3

Minimal C++23 Hello World with Meson build system.

To get started:

  1. Clone the repository:
git clone https://github.com/spapiernik/cpp23-hello-world.git
cd cpp23-hello-world
  1. Configure and build with Meson:
meson setup build
meson compile -C build
  1. Run the program
./build/hello