Skip to content

Commit 68abea4

Browse files
authored
little while the light is with you
Jesus therefore said to them, "Yet a little while the light is with you. Walk while you have the light, that darkness doesn't overtake you. He who walks in the darkness doesn't know where he is going. (John 12:35)
1 parent 04c20d4 commit 68abea4

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

task11/task1104/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.task1104;
2+
3+
//Jesus therefore said to them, "Yet a little while the light is with you. Walk while you have the light,
4+
//that darkness doesn't overtake you. He who walks in the darkness doesn't know where he is going. (John 12:35)
5+
6+
/*
7+
Хороши работнички
8+
*/
9+
10+
public class Solution {
11+
public static void main(String[] args) {
12+
}
13+
14+
public class Manager extends Employee {
15+
16+
}
17+
18+
public class Chief extends Employee {
19+
20+
}
21+
22+
public class Employee {
23+
24+
}
25+
26+
public class Secretary extends Employee {
27+
28+
}
29+
}

0 commit comments

Comments
 (0)