Hello World

 


class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World!"); 
    }
}

Comments

Popular posts from this blog

Exploiting Struts RCE on 2.5.26

Vulnerabilities In Apache Commons-Text 1.10.0

2nd RCE and XSS in Apache Struts before 2.5.30