Skip to content

Instantly share code, notes, and snippets.

@solebox
Created February 20, 2010 23:24
Show Gist options
  • Save solebox/309984 to your computer and use it in GitHub Desktop.
Save solebox/309984 to your computer and use it in GitHub Desktop.
class Rob
{
private int _lolcat;
public static void main(String[] arg){
Rob bob = new Rob(12);
}
public Rob(int num){
_lolcat = num;
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment