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