×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: C++
Posted by: Davide
Added: Jan 30, 2011 11:09 AM
Views: 347
Tags: hello-world
  1. #include <iostream>
  2.  
  3. int main()
  4. {
  5.   std::cout << "Hello World!" << std::endl;
  6. }