Skip to content

Instantly share code, notes, and snippets.

@4e1e0603
Last active August 29, 2015 14:07
Show Gist options
  • Save 4e1e0603/5fd6e70b9087418fa7bb to your computer and use it in GitHub Desktop.
Save 4e1e0603/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