project('hello-world', 'cpp', default_options : ['cpp_std=c++23']) executable('hw', 'main.cc')