This website requires JavaScript.
Explore
Help
Register
Sign In
nightlymania
/
cpp-hello-world
Watch
1
Star
0
Fork
You've already forked cpp-hello-world
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
cpp-hello-world
/
helloworld.cpp
6 lines
92 B
C++
Raw
Permalink
Blame
History
#
include
<iostream>
int
main
(
)
{
std
:
:
cout
<
<
"
Hello horrible world!!!
"
<
<
std
:
:
endl
;
}
Reference in New Issue
View Git Blame
Copy Permalink