Skip to content

Instantly share code, notes, and snippets.

@IsuraManchanayake
Created December 7, 2016 17:12
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 IsuraManchanayake/0d0f6936a28aa34918d9786db44852b3 to your computer and use it in GitHub Desktop.
Save IsuraManchanayake/0d0f6936a28aa34918d9786db44852b3 to your computer and use it in GitHub Desktop.
testing
#include <iostream>
int main() {
std::cout << "Hello World!" << std::endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment