#!/usr/bin/env groovy // This appears to be detected correctly as groovy anywhere, but it appears to only get the groovyls language server when the // file is in a git repo. class Example { static void main(String[] args) { // Using a simple println statement to print output to the console println('Hello World'); } }