package com.javarush.task.task11.task1121; //Then he poured water into the basin, and began to wash the disciples' feet, //and to wipe them with the towel that was wrapped around him. (John 13:5) /* Чужой код, незнакомый */ public class Solution { public static void main(String[] args) { } public class Pet { } public class Cat extends Pet { } public class Dog extends Pet { } public class House { } public class Airplane { } }