DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR CPP
hello world in c++
#
include
<iostream>
using
namespace
std
;
int
main
(
)
{
std
:
cout
<<
"hello world"
<<
std
:
endl
;
Source by www.tutorialspoint.com #
PREVIOUS
NEXT
Tagged:
#world
ADD COMMENT
Topic
COMMENT
Name
3+9 =
Submit