Skip to content

Instantly share code, notes, and snippets.

@0xh3x
Created January 18, 2012 16:06
Show Gist options
  • Save 0xh3x/1633752 to your computer and use it in GitHub Desktop.
Save 0xh3x/1633752 to your computer and use it in GitHub Desktop.
package com.giorgijvaridze.playground;
public class Main {
public static void main(String[] args) {
Person soso = new Person();
Person soso1 = new Person();
Person soso2 = new Person();
Person.printObjCount();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment