blob: 955a7a2a6d326bbf70f1e9cc5d7f84441a92010a [file] [log] [blame]
#include <iostream>
#include "common.h"
void some_random_function()
{
std::cout << ANSI_START << "everything's alright"
<< ANSI_END << std::endl;
}