Starting my blog

Well, this is just to post my first blog here. I really like this China heart skin.

This blog will be used for sharing some of the learning experiences in the field of Robotics.

1 #include <iostream>
2 
3 int main() {
4     std::cout << "Welcome to my blog!" << std::endl;    
5     return 0;  
6 }

 

posted @ 2018-11-01 12:15  DrWang  阅读(99)  评论(0编辑  收藏  举报