Created
February 20, 2010 23:24
-
-
Save solebox/309984 to your computer and use it in GitHub Desktop.
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 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