EndSaH / EndSaH.github.io

blog powered by hexo.
0 stars 0 forks source link

Hello world | K-D Space #7

Open EndSaH opened 5 years ago

EndSaH commented 5 years ago

https://endsah.cf/blog/hello-world/

Hello world!之前实在太懒了。重新搭了一遍博客,更新了更多更有价值的文章。 Welcome! 咕咕咕 Code1234#include <iostream>int main(int argc, char** argv){ std::cout << "Hello world!" << std::endl; }