public class Hello
{
public static void main(String Args[])
{
System.out.println("Hello World");
}
}
For further actions, you may consider blocking this person and/or reporting abuse
public class Hello
{
public static void main(String Args[])
{
System.out.println("Hello World");
}
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)