Problem #517 CORE JAVA PROGRAMMING

Write a Java program to create a basic Java thread that prints "Hello, World!" when executed.

Your Solution