Skip to content

Commit c18c1a6

Browse files
committed
Java 8 Crash Course
Signed-off-by: https://github.com/Someshdiwan <[email protected]>
1 parent f2be9e4 commit c18c1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Java 8 Crash Course/src/Java8.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
public class Java8 {
22
public static void main(String[] args) {
3-
System.out.println("All About the Java 8");
3+
System.out.println("All About the Java 8 Crash Course");
44
}
55
}

0 commit comments

Comments
 (0)