Hello, World!


Welcome to Endeavor!

This is my very first post.

If you get any problems when using this site, always ask me on GitHub.

# include <iostream>
using namespace std;
int main() {
    cout << "Hello world!" << endl;
    cout << "Welcome to Endeavor!" << endl;
}

文章作者: Chengsx
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 Chengsx !
  目录