Created
March 12, 2012 02:49
-
-
Save jianyuan/2019410 to your computer and use it in GitHub Desktop.
MSoc Manifesto
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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