This website requires JavaScript.
Explore
Help
Sign In
Heyo
/
C-plusplus
Watch
1
Star
0
Fork
You've already forked C-plusplus
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Add 'heyo.cpp'
Browse Source
...
This commit is contained in:
Sarimoko
2021-07-08 03:26:18 +00:00
parent
5f69f1bb95
commit
523af90001
1 changed files
with
9 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
9
heyo.cpp
Normal file
Unescape
Escape
View File
@ -0,0 +1,9 @@
#
include
int
main
(
)
{
std
:
:
cout
<
<
"
Hello, world!
"
;
return
0
;
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
Heyo/C-plusplus
Title
Body
Create Issue