Help me in solving SYNJ11V2 problem

My issue

My code

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

Learning course: Learn Java
Problem Link: CodeChef: Practical coding for everyone

fill the blank with “main” and this will make the program valid