Help me in solving SYNJ4V2 problem

My issue

what is the error can you please tell me

My code

class Codechef
{
    public static void main (String[] args)
    {
        System.out.println(3 + 4);
        System.out.println(2 + 1);
    }
}

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

use print instead of println. This program specifically is to print on a single line without spaces