beginner.c
资源名称:beginner.rar [点击查看]
上传用户:gavinxy
上传日期:2022-01-19
资源大小:65k
文件大小:0k
源码类别:
控制台编程
开发平台:
Visual C++
- #include <iostream>
- using namespace std;
- void main()
- {
- cout<<"Hello world!"<<endl;
- system("Pause");
- }