public class Glowny {
	public static void main(String[] args) {
		MozePisac s = new Student(args[0],args[1]);
		s.pisz();
	}
}


