2025 19 1
Sun Jan 19 2025 21:44:56 GMT+0000 (Coordinated Universal Time)
Saved by
@shivamp
/**
A program to print two lines.
*/
public class HelloAll
{
public static void main(String[] args)
{
System.out.println("Hello, World!");
/* Your code goes here */
}
}
content_copyCOPY
Comments