10 lines
110 B
C++
10 lines
110 B
C++
#pragma once
|
|
|
|
#include <string_view>
|
|
|
|
namespace fesa {
|
|
|
|
[[nodiscard]] std::string_view version() noexcept;
|
|
|
|
}
|