skein/io.hpp

6 lines
84 B
C++
Raw Normal View History

2023-07-28 00:23:51 +02:00
#pragma once
#include <string>
std::string readFile(const std::string& filePath);