thufir

Untitled

Mar 9th, 2015
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. class GroovyJMSExample {
  2. def sendMessage() {
  3. println "hello"
  4. }
  5.  
  6. static void main(String[] args) {
  7. sendMessage()
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment