project('hello',
'cpp',
version: '1.0',
default_options: ['cpp_std=c++20', 'optimization=2'])
executable('hello', 'main.cpp')