beginner.c
上传用户:gavinxy
上传日期:2022-01-19
资源大小:65k
文件大小:0k
源码类别:

控制台编程

开发平台:

Visual C++

  1. #include <iostream>
  2. using namespace std;
  3. void main()
  4. {
  5. cout<<"Hello world!"<<endl;
  6. system("Pause");
  7. }