Skip to content

Instantly share code, notes, and snippets.

@adrian17
Created June 19, 2015 23:25
Show Gist options
  • Save adrian17/dd6047b16e441519c2b9 to your computer and use it in GitHub Desktop.
Save adrian17/dd6047b16e441519c2b9 to your computer and use it in GitHub Desktop.
#include <iostream>
using namespace std;
int left;
int main() {
left = 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment