6 lines
84 B
C++
6 lines
84 B
C++
|
#pragma once
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
std::string readFile(const std::string& filePath);
|