Help me in solving VADJ7V2 problem

My issue

what \n represents in code

My code

class Codechef
{
	public static void main (String[] args)
	{
		boolean x = true;
		boolean y = false;
		System.out.print(x +"\n" + y);
	}
}

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

its is used for enter in next line