public interface Zadanie {
    void wykonaj();
}

