We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9cc28 commit ba0e401Copy full SHA for ba0e401
Roadmap/29 - SOLID ISP/java/simonguzman.java
@@ -3,6 +3,7 @@ public static void main(String[] args) {
3
exampleNoIsp();
4
exampleIsp();
5
adittionalExerciseNoIsp();
6
+ adittionalExerciseIsp();
7
}
8
9
/******************************** Ejercicio adicional con isp ********************************/
0 commit comments