Test
EmmanuelDEMEY
31.1K 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
What is the answer to Life, the Universe and Everything?
Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.