Skip to content

Instantly share code, notes, and snippets.

@terabyte
Created October 7, 2016 22:18
Show Gist options
  • Save terabyte/12acaa95626ad4dcc0df65f7e647a156 to your computer and use it in GitHub Desktop.
Save terabyte/12acaa95626ad4dcc0df65f7e647a156 to your computer and use it in GitHub Desktop.
#include <string>
#include <list>
#include "weird/include.h"
using namespace std;
class developers {
public:
const &list<string> getDevelopers();
const int foo = weirdness;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment