#ifndef UTILS_HPP #define UTILS_HPP // Includes #include #include // Function char* read_file(const char* file_path); #endif