6 lines
85 B
C++
6 lines
85 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
std::string read_all_text(const std::string &file);
|