1project( 2 'aoc25', 3 'cpp', 4 default_options : [ 5 'warning_level=3', 6 'cpp_std=c++23', 7 ], 8) 9 10subdir('src')