Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
182 B
2
Indexable
Never
public class student  {
	address a1;
	public static void main(String[] args){	
			student aa = new student();
	}
}	
class address{
	static{
		System.out.println("hi");
	}
}