OneCompiler

Hello world error

198

Hi, I'm trying to do the Hello world challenge by using console.log("Hello World");

However when I try to do it in a new window I get this error.

elloWorld.java:1: error: class, interface, or enum expected
console.log("Hello World");
^
1 error
error: compilation failed

I have no idea what 's going wrong