#pragma once #include #include #include #include #include #include #include namespace utils { std::string read_file(const char *filename); void write_file(const std::string& content, const std::string& path); }