feat(solver-bootstrap): step 1 — cmake-project-scaffold

This commit is contained in:
KOKO\Mimi
2026-07-30 00:46:22 +09:00
parent 4157ba2ff7
commit fc5493bd59
9 changed files with 187 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#pragma once
#include <string_view>
namespace fesa {
[[nodiscard]] std::string_view version() noexcept;
}