#pragma once #include constexpr std::string_view readme_txt_file_path = "readme.txt"; constexpr std::string_view readme_txt_file_content = R"(# Generated by keldu's stupid blueprint program Remember to: * Change the binary name in app/c++/Sconscript * Add the pname in app/.nix/derivation.nix )";