project('learn-cpp-the-hard-way', 'cpp', default_options: ['cpp_std=c++20']) executable('ex02', 'ex02.cpp') executable('ex05', 'ex05.cpp')