class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World! This is my first post on dev community"); 
    }
}
For further actions, you may consider blocking this person and/or reporting abuse
class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World! This is my first post on dev community"); 
    }
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)