Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 456 Bytes

statement.md

File metadata and controls

25 lines (17 loc) · 456 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!";
message = "Test";
System.out.println(message);

//{ autofold
}

}
//}

Advanced usage

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