arrow_upward
Can someone debug this for me? Why isn't it working
#1
class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World!")
    }
}



#2
see, the problem is you're trying to run Java code on a forum thread