This Java template lets you get started quickly with a simple one-page playground.
// { autofold
public class Main {
public static void main(String[] args) {
// }
String message = "Hello World!";
System.out.println(message);
//{ autofold
}
}
//}
If you want a more complex example (external libraries, viewers...), use the Advanced Java template