//代码着色测试
#include <iostream>
int main()
{
	std::cout << "hello!" << std::endl;
	return 0;
}

相关文章: