C++学习笔记

C++学习笔记

Hello World

1
2
3
4
5
6
7
#include "iostream"

int main() {
using namespace std;
cout << "hello world";
return 0;
}
  • Copyright: Copyright is owned by the author. For commercial reprints, please contact the author for authorization. For non-commercial reprints, please indicate the source.

扫一扫,分享到微信

微信分享二维码
  • Copyrights © 2017-2021 More Star

请我喝杯咖啡吧~

支付宝
微信