@@ -6,6 +6,9 @@
#include <unistd.h>
#include <sys/stat.h>
#include <iostream>
#include <fstream>
std::string read_file_contents(const std::string &filename) {
std::ifstream f;
The note is not visible to the blocked user.