esoe
2 years ago
2 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||||||
|
package ru.molokoin.lesson03; |
||||||
|
|
||||||
|
public class App { |
||||||
|
public static void main(String[] args) { |
||||||
|
System.out.println(Thread.currentThread().getName()); |
||||||
|
} |
||||||
|
|
||||||
|
} |
Binary file not shown.
Loading…
Reference in new issue