This website requires JavaScript.
Explore
Help
Sign In
guanjihuan
/
GitHub_collection_hello-world
Watch
1
Star
0
Fork
0
You've already forked GitHub_collection_hello-world
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
GitHub_collection_hello-world
/
c
/
c++.cpp
7 lines
80 B
C++
Raw
Normal View
History
Unescape
Escape
Clean up logic With only this file having comments, it seems right to normalize it here.
2020-03-30 03:31:40 +13:00
#
include
<iostream>
Update c++.cpp The standard way a C++ compiler greets us with a Hello World
2016-05-21 13:34:21 +05:30
Clean up logic With only this file having comments, it seems right to normalize it here.
2020-03-30 03:31:40 +13:00
int
main
(
)
Revert "github generated gh-pages branch" This reverts commit 97e0e510b5166dc43f2f33594efebb05b4f9e4a4.
2011-03-13 20:36:14 +01:00
{
Improve C++ example (#774)
2020-07-21 03:50:52 +02:00
std
:
:
cout
<
<
"
Hello World
"
<
<
std
:
:
endl
;
Revert "github generated gh-pages branch" This reverts commit 97e0e510b5166dc43f2f33594efebb05b4f9e4a4.
2011-03-13 20:36:14 +01:00
}
Reference in New Issue
Copy Permalink