#pragma once
#include <string>
#include <vector>
class Util
{
public:
static std::string load_file(const std::string& path);
};