DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR CPP
helloworld in c++
// Your First C++ Program #include <iostream> int main() { std::cout << "Hello World!"; return 0; }
Source by www.programiz.com › examples › print-sentence #
PREVIOUS
NEXT
Tagged:
#helloworld
ADD COMMENT
Topic
COMMENT
Name
3+1 =
Submit