Delete meson.build

This commit is contained in:
lucy 2026-03-04 22:54:11 +01:00
parent ecd20856d5
commit a1359b8231

View File

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