This is my first post on this my new blog. Let me try the asciidoctor’s source feature.

public class Hello {
  public static void main(String... args) {
    System.out.println("Hello, world");
  }
}