@@ -0,0 +1,6 @@
#pragma once
#include <string>
std::string ReadFile(const std::string& filename);
void WriteFile(const std::string& filename, const std::string& contents);
The note is not visible to the blocked user.