Skip to content

Commit e4ef2c4

Browse files
authored
Father who sent me, he gave me a commandment
For I spoke not from myself, but the Father who sent me, he gave me a commandment, what I should say, and what I should speak. (John 12:49)
1 parent 171ed27 commit e4ef2c4

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

task11/task1115/Solution.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
package com.javarush.task.task11.task1115;
2+
3+
//For I spoke not from myself, but the Father who sent me, he gave me a commandment,
4+
//what I should say, and what I should speak. (John 12:49)
5+
6+
/*
7+
От школьника до квалифицированного раба
8+
*/
9+
10+
public class Solution {
11+
public static void main(String[] args) {
12+
}
13+
14+
public class Schoolboy {
15+
16+
}
17+
18+
public class Student extends Schoolboy {
19+
20+
}
21+
22+
public class Worker extends Student {
23+
24+
}
25+
26+
public class Slave extends Worker {
27+
28+
}
29+
30+
}

0 commit comments

Comments
 (0)