diff options
Diffstat (limited to 'kel_cpp_boilerplate/c++/blueprints/main_cpp.hpp')
| -rw-r--r-- | kel_cpp_boilerplate/c++/blueprints/main_cpp.hpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/kel_cpp_boilerplate/c++/blueprints/main_cpp.hpp b/kel_cpp_boilerplate/c++/blueprints/main_cpp.hpp index 353a045..c3bdb39 100644 --- a/kel_cpp_boilerplate/c++/blueprints/main_cpp.hpp +++ b/kel_cpp_boilerplate/c++/blueprints/main_cpp.hpp @@ -1,11 +1,10 @@ #pragma once #include <string_view> -constexpr std::string_view main_cpp_dir_name = "app/c++"; -constexpr std::string_view main_cpp_file_name = "main.cpp"; +constexpr std::string_view main_cpp_file_path = "app/c++/main.cpp"; -constexpr std::string_view main_cpp_file_content = R"( -#include <forstio/error.hpp> +constexpr std::string_view main_cpp_file_content = +R"(#include <forstio/error.hpp> #include <iostream> namespace kel { |
