Skip to content

Instantly share code, notes, and snippets.

@mplacona
Created April 20, 2014 22:55
Show Gist options
  • Save mplacona/11127334 to your computer and use it in GitHub Desktop.
Save mplacona/11127334 to your computer and use it in GitHub Desktop.
void main() {
//Get the only object available
SingleObject object = SingleObject.getInstance();
// this would cause a compilation error
//SingleObject singleObject = new SingleObject();
//show the message
object.showMessage();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment