ctaza/io.hpp

8 lines
112 B
C++

#pragma once
#include <stdio.h>
#include <string>
#include <fstream>
std::string read_file(std::string path);