Created
September 23, 2012 06:18
-
-
Save e2kaneko/3769063 to your computer and use it in GitHub Desktop.
Groovy Checkit!
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
| package com.e2info.groovy | |
| String play(){ | |
| return "check it!" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment