突然有了写日志的打算,记录工作和学习中的点点滴滴。花了点时间开通了博客,并使用Live Writer来写日志。这是第一篇,主要目的是测试功能。Hello,blog。
#include <iostream> using namespace std; int main() { cout << "hello, blog!" << endl; return 0; }
突然有了写日志的打算,记录工作和学习中的点点滴滴。花了点时间开通了博客,并使用Live Writer来写日志。这是第一篇,主要目的是测试功能。Hello,blog。
#include <iostream> using namespace std; int main() { cout << "hello, blog!" << endl; return 0; }
转载于:https://www.cnblogs.com/dpzc/p/3915424.html