测试发布功能
#include "iostream" using namespace std; int main(void){ cout << "hello world!" << endl; return 0; }