Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

public class Hello {

public static main void (String[] args) {


println("Hello world;");
}
}

You might also like