Created
February 4, 2022 01:05
-
-
Save jeffscottbrown/b8ce5da30d5e2ac01c9bd7f40d578910 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ $ 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