Skip to content

Instantly share code, notes, and snippets.

@nalvid
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save nalvid/5fd6e70b9087418fa7bb to your computer and use it in GitHub Desktop.

Select an option

Save nalvid/5fd6e70b9087418fa7bb to your computer and use it in GitHub Desktop.
// Test Gist
#include <iostream>
int main()
{
std::cout << "Hello World!" << std::endl;
return 0; // EXIT_SUCCESS
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment