Skip to content

Instantly share code, notes, and snippets.

@jianyuan
Created March 12, 2012 02:49
Show Gist options
  • Save jianyuan/2019410 to your computer and use it in GitHub Desktop.
Save jianyuan/2019410 to your computer and use it in GitHub Desktop.
MSoc Manifesto
class MSoc {
committee President;
committee Vice_President;
committee Secretary;
committee Treasurer;
committee Communications_Secretary;
committee Sports_Secretary;
committee Committee_Members[4];
};
void main()
{
MSoc Committee_2012_2013;
if (Committee_2012_2013.Communications_Secretary == "Jian Yuan Lee") {
cout << "MSoc will be awesome.";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment