4 lines
96 B
Meson
4 lines
96 B
Meson
project('hello-world', 'cpp', default_options : ['cpp_std=c++23'])
|
|
|
|
executable('hw', 'main.cc')
|