public class HelloWorld {
public static void main(String[] args) {
String message = "Hello World";
System.out.println(message);
}
}Code Test
test
test
public class HelloWorld {
public static void main(String[] args) {
String message = "Hello World";
System.out.println(message);
}
}