79285396

Date: 2024-12-16 16:41:11
Score: 1.5
Natty:
Report link

The Error is due to your definition of the main method.

Solution :

public static void main(String[] args) 
public static void main(java.lang.String[] args)

If it's wrong, verify your package Day2.

Reasons:
  • Contains signature (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Error