Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 438 Bytes

statement.md

File metadata and controls

24 lines (16 loc) · 438 Bytes

Welcome!

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
}

}
//}

Advanced usage

If you want a more complex example (external libraries, viewers...), use the Advanced Java template