8 行
94 B
C++
8 行
94 B
C++
#pragma once
|
|
|
|
namespace csp {
|
|
|
|
constexpr const char* kVersion = "0.1.0";
|
|
|
|
} // namespace csp
|