ubuntu下用vscode运行一个c++程序

 

#include<iostream>
#include<unistd.h>
using namespace std;
int main()
{
    cout<<"hello,world!"<<endl;
    return 0;
    pause;
}

 

posted on 2020-07-31 17:05  一杯明月  阅读(743)  评论(0)    收藏  举报