Anton
V.
Projects and
blogs
Random
Code
editors
Groovy Editor
Groovy Editor
A simple online editor for Apache Groovy scripts.
untitled.groovy
— Groovy Editor
File
New...
Open...
Save
Save as...
Reload
Edit
Copy all content to clipboard
Clear content
View
Line numbers
Word wrap
public class Example { public static void main(String[] args) { println("Hello World"); } }
1
public
class
Example
{
2
public
static
void
main
(
String
[]
args
) {
3
println
(
"Hello World"
);
4
}
5
}
Groovy Editor