class
helloWorld
{
public
static
void
main
() {
System.out.
println
(
'Hello, World!'
)
}
}