Skip to content

Commit 0bb1c34

Browse files
authored
I came not to judge the world, but to save world
And if any man hear my words, and believe not, I judge him not: for I came not to judge the world, but to save the world. (John 12:47)
1 parent a720122 commit 0bb1c34

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

task11/task1113/Solution.java

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
package com.javarush.task.task11.task1113;
2+
3+
//And if any man hear my words, and believe not, I judge him not: for I came not to judge the world, but to save the world. (John 12:47)
4+
5+
/*
6+
Играем в Дарвина
7+
*/
8+
9+
public class Solution {
10+
public static void main(String[] args) {
11+
}
12+
13+
public class Fish {
14+
15+
}
16+
17+
public class Animal extends Fish {
18+
19+
}
20+
21+
public class Ape extends Animal {
22+
23+
}
24+
25+
public class Human extends Ape {
26+
27+
}
28+
29+
}

0 commit comments

Comments
 (0)