Skip to content

Instantly share code, notes, and snippets.

@dendisuhubdy
Created March 4, 2016 05:43
Show Gist options
  • Save dendisuhubdy/61892b245c654b2d6449 to your computer and use it in GitHub Desktop.
Save dendisuhubdy/61892b245c654b2d6449 to your computer and use it in GitHub Desktop.
hello world C++
#include <iostrem>
int main()
{
std::cout << "Hello world" << std::endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment