
import java.lang.Runnable

new Runnable() { 
  def run() { 
    println("Hello, World!") 
  }
}