Skip to content

Commit b9c43eb

Browse files
committed
git test
1 parent 0b5c6d6 commit b9c43eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

JavaMultiThreadingCodes/src/StartingThreads_1/ApplicationExtends.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public static void main(String[] args) {
3838

3939
Runner runner2 = new Runner();
4040
runner2.start();
41+
System.out.println("main thread finished");
4142
}
4243

4344
}

0 commit comments

Comments
 (0)