Skip to content

Commit 04ee0e0

Browse files
authored
began to wash the disciples' feet
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)
1 parent fd21fe2 commit 04ee0e0

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

task11/task1121/Solution.java

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)