#include void print(std::string text) { std::cout << text; }