Skip to content

Instantly share code, notes, and snippets.

@osscontributor
Created December 21, 2022 17:55
Show Gist options
  • Save osscontributor/ed0995b743d9556cb7e6e942f5b65a80 to your computer and use it in GitHub Desktop.
Save osscontributor/ed0995b743d9556cb7e6e942f5b65a80 to your computer and use it in GitHub Desktop.
~ $ cat toms.groovy
interface PRINT {
def LN = '\n\n'
def BREAK = '='*80
}
println PRINT.BREAK
~ $ groovy toms.groovy
================================================================================
~ $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment