Java(Say hello through your code)!
Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
Say hello through your code!
This Java template lets you get started quickly with a simple one-page playground.
1
9
10
11
12
13
18
// {
String message = "Hello World!";
System.out.println(message);
//{
Enter to Rename, Shift+Enter to Preview
Advanced usage
If you want a more complex example (external libraries, viewers...), use the Advanced Java template
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content