blob: f1eaf1ea55ed8cceb1f5748ae4bb1e061dfaf2f0 [file] [log] [blame]
#include <iostream>
void some_random_function()
{
std::cout << ANSI_START << "huh?"
<< ANSI_END << std::endl;
}