public static void main (string args []) {poziom input = new poziom (system.in); Firstpractice obj1 = new FirstPractice (); OBJ1.Loosing (1000); }

public static void main(String args[]) {
		level input=new level(System.in);
		FirstPractice obj1=new FirstPractice();
		obj1.loosing(1000);
	}
creepyass