public class Comments {
    public static void main(String[] args) {
        /* this comment should end here
        int x = 2;
        /* this comment ends here */
        int y = 3;
    }
}
