My issue
timeout
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
timeout
class Codechef
{
public static void ___ (String[] args)
{
System.out.print(12+7);
}
}
Learning course: Learn Java
Problem Link: CodeChef: Practical coding for everyone
@suppu01
u have to do it
class Codechef
{
public static void main (String[] args)
{
System.out.print(12 + 7);
}
}