Samiran template
Anonymous
1,321 views
Welcome!
This Java template lets you get started quickly with a simple one-page playground.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// {
public class Main {
public static void main(String[] args) {
// }
String message = "Hello World!";
System.out.println(message);
//{
}
}
//}
Advanced usage
If you want a more complex example (external libraries, viewers...), use the Advanced Java template
Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.