The Meson Build System http://mesonbuild.com/
 
 
 
 
 
 

7 lines
131 B

#include <iostream>
void some_random_function()
{
std::cout << ANSI_START << "huh?"
<< ANSI_END << std::endl;
}