skein/io.hpp

6 lines
84 B
C++

#pragma once
#include <string>
std::string readFile(const std::string& filePath);