Header (sect1)
section 1
/* * This Java source file was generated by the Gradle 'init' task. */ public class App { public String getGreeting() { return "Hello world."; } public static void main(String[] args) { System.out.println(new App().getGreeting()); } }
lorem ipsum 4