Skip to content

Instantly share code, notes, and snippets.

@simariz
Last active December 27, 2015 13:39
Show Gist options
  • Save simariz/7334657 to your computer and use it in GitHub Desktop.
Save simariz/7334657 to your computer and use it in GitHub Desktop.
HelloWorld-Cpp
#include <iostream>
int main()
{
std::cout << "Hello World!\n";
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment