Skip to content

Commit 4080fdd

Browse files
authored
Added Sysout
1 parent 85dae28 commit 4080fdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/winterbe/java8/samples/lambda/Lambda5.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public static void main(String... args) {
2727
dummyValues.put("Three", 3);
2828

2929
dummyValues.forEach((key,value) -> System.out.println(key+"-"+value));
30+
System.out.println("End");
3031

3132
}
3233
}

0 commit comments

Comments
 (0)