Menu

PRINT HELLO WORD WITHOUT USING SEMICOLON


class Test{
public static void main(String args[]){

if(System.out.printf("Hello World")!=null) // printlnà error
{
}


}}