FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vscode-remote-try-cpp/main.cpp at main · microsoft/vscode-remote-try-cpp · GitHub
microsoft
/
vscode-remote-try-cpp
Public template
Notifications
You must be signed in to change notification settings
Fork
153
Star
206
Code
Issues
12
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
vscode-remote-try-cpp
/
main.cpp
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (11 loc) · 224 Bytes
Breadcrumbs
vscode-remote-try-cpp
/
main.cpp
Copy path
File metadata and controls
13 lines (11 loc) · 224 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
#
include
<
iostream
>
#
include
<
string
>
using
namespace
std
;
int
main
() {
cout <<
"
Hello World
\n
"
;
cout <<
"
Input:
"
;
string data;
getline
(cin, data);
cout <<
"
Output:
"
<< data <<
"
\n\n
"
;
return
0
;
}
Back
|
FazBrowse Home
|
New Git URL