This website works better with JavaScript.
Explore
Register
Sign In
DmitriyVlasov
/
Practice01
Watch
1
Star
0
Fork
You've already forked Practice01
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Initial commit
Browse Source
dv1
VlasovDmitriy
2 years ago
parent
bdd8c21cc9
commit
c5914a6f7f
1 changed files
with
5 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
5
main.cpp
5
main.cpp
Unescape
Escape
View File
@ -0,0 +1,5 @@
#
include
<iostream>
int
main
(
)
{
std
:
:
cout
<
<
"
Hello world!
"
<
<
std
:
:
endl
;
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
DmitriyVlasov/Practice01
Title
Body
Create Issue