Skip to content

Commit c37590e

Browse files
committed
feat: This module is all about the Thread using lambda expression.
Signed-off-by: https://github.com/Someshdiwan <[email protected]>
1 parent 63cb249 commit c37590e

File tree

1 file changed

+5
-0
lines changed
  • Java 8 Crash Course/Lambda Expression/Thread Using Lambda Expression/src

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
public class Main {
2+
public static void main(String[] args) {
3+
System.out.println("This module is all about the Thread using lambda expression.");
4+
}
5+
}

0 commit comments

Comments
 (0)