Comment & Output Style¶ Comment¶ C++// [CGGOS Begin][20220829]: Todo // [CGGOS End] Output¶ C++// [CGGOS] <Function> <Line>: sth std::cout << "[CGGOS] " << __FUNCTION__ << " " << __LINE__ << ": " << "sth" << std::endl;