import java.lang.Thread; class UseIntelliJVirtualThreads { public static void main(String[] args) { Thread.ofVirtual(); } }