its another code .. tell me what is problem
public Class Solution {
    public static void main([String[] args) {
        String s="It's not a bug—it's a feature.";
        System.out.print(s);
    }
}