Skip to content

Instantly share code, notes, and snippets.

@thiagomg
Created May 19, 2015 01:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thiagomg/0076d2eae2d603cc0827 to your computer and use it in GitHub Desktop.
Save thiagomg/0076d2eae2d603cc0827 to your computer and use it in GitHub Desktop.
Hello - Std C++
std::cout << "Hello from Fabio !" << std::endl;
std::cout << "Hello from Thiago !" << std::endl;
std::cout << "Fabio hopes you like the site !" << std::endl;
std::cout << "Thiago hopes you like the site !" << std::endl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment