yes namespaces are neat but no

This commit is contained in:
apio 2022-06-08 20:19:27 +02:00
parent 9ccb5e1a6b
commit 608f3a36bd

View File

@ -2,7 +2,7 @@
#include <string>
/* Namespace for simple file operations. */
namespace FileIO // namespaces are just so neat
namespace FileIO
{
/* Helper function to read all of a file's contents. */
std::string read_all(const std::string& filename);