We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd21fe2 commit 04ee0e0Copy full SHA for 04ee0e0
1 file changed
task11/task1121/Solution.java
@@ -0,0 +1,33 @@
1
+package com.javarush.task.task11.task1121;
2
+
3
+//Then he poured water into the basin, and began to wash the disciples' feet,
4
+//and to wipe them with the towel that was wrapped around him. (John 13:5)
5
6
+/*
7
+Чужой код, незнакомый
8
+*/
9
10
+public class Solution {
11
+ public static void main(String[] args) {
12
+ }
13
14
+ public class Pet {
15
16
17
18
+ public class Cat extends Pet {
19
20
21
22
+ public class Dog extends Pet {
23
24
25
26
+ public class House {
27
28
29
30
+ public class Airplane {
31
32
33
+}
0 commit comments