Back
Groovy Editor
Beginner
Run »
Groovy Println
Print "Hello World" in Groovy.
Check Solution
class Example { static void main(String[] args) { // Code here } }