Help me in solving SYNJREARG2 problem

My issue

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

how or why is this wrong??

Learning course: Learn Java
Problem Link: Rearrange in Java