import java.lang.String; public class Main { public static void main(String[] args) { String str = "Hello, World!"; System.out.println(str); } }