Tuesday, May 17, 2022
This is my first post on this my new blog. Let me try the asciidoctor’s source feature.
source
public class Hello { public static void main(String... args) { System.out.println("Hello, world"); } }