mirror of
https://github.com/Estom/notes.git
synced 2026-04-13 10:19:50 +08:00
vscode 学习完成
This commit is contained in:
11
Vscode/C/hello.cpp
Normal file
11
Vscode/C/hello.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
using namespace std;
|
||||
|
||||
int main()
|
||||
{
|
||||
vector<int> vec;
|
||||
cout << "hello world" << endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user