listing17-1.java 105 B

1234567
  1. public class JythonTest {
  2. public void greeting() {
  3. System.out.println("Hello, world!");
  4. }
  5. }