i didn't understand where i am wrong please help
package com.codegym.task.task01.task0101;
/*
It's cool to be a programmer!
*/
public class Solution {
public static void main(String[] args) {
System.out.println("I think bieng a programmer is cool");
}