1
class
X {
2
static
{
3
System.out.print(
"
Hello World
"
);
4
System.exit(
0
);
5
}
6
}