nord vpnnord vpn
Ad

Untitled

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

nord vpnnord vpn
Ad