Skip to content

Instantly share code, notes, and snippets.

@jeffscottbrown
Created February 4, 2022 01:05
Show Gist options
  • Save jeffscottbrown/b8ce5da30d5e2ac01c9bd7f40d578910 to your computer and use it in GitHub Desktop.
Save jeffscottbrown/b8ce5da30d5e2ac01c9bd7f40d578910 to your computer and use it in GitHub Desktop.
~ $ groovy -v
Groovy Version: 3.0.8 JVM: 11.0.2 Vendor: Oracle Corporation OS: Mac OS X
~ $ groovy -e "println new Date().format('yyyy')"
2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment