Why am i wrong?
Does refreshing the page do anything for you? The editor should be opening Comments.java, not WhiteSpace.java
The default code is, or is similar to:
public class Comments {
public static void main(String[] args) {
System.out.println("Noise!");
}
}
And even though it’s the wrong file, it’ll probably work if you just paste this in.
Oh yeah and you’ll need to rename the class name to WhiteSpace to match the file name