class
zpd
{
public
static
void
main
(
String
[]
args
){
system
.
out
.
println
(
"Hello world"
);
}