feat(solver-bootstrap): step 1 — cmake-project-scaffold
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <string_view>
|
||||
|
||||
namespace fesa {
|
||||
|
||||
[[nodiscard]] std::string_view version() noexcept;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user