#pragma once #include std::string LINE(std::string line) { return "\t" + line + "\n"; }