public class SomeOtherClass {
	static {
		System.out.println("Hi from SomeOtherClass");
	}
}
