Help me in solving SYNJREARG2 problem

My issue

my code is correct it will not be executed

Learning course: Learn Java
Problem Link: Rearrange Practice Problem in Java - CodeChef

@rajsingh01
its working fine for me. plzz recheck your solution.

class Codechef
{
  public static void main(String[] args) 
  {
      System.out.print(12 + 7);
  }
}

class Codechef
{
public static void main(String args)
{
System.out.print(12 + 7);
}
}