Skip to content

Instantly share code, notes, and snippets.

@L1fescape
Created December 12, 2013 01:08
Show Gist options
  • Save L1fescape/7921595 to your computer and use it in GitHub Desktop.
Save L1fescape/7921595 to your computer and use it in GitHub Desktop.
public class TheRollingStones {
private int satisfaction;
public void setSatisfaction(int satisfaction) {
this.satisfaction = satisfaction;
}
public void getSatisfaction() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment