Advertisement
Guest User

Untitled

a guest
Apr 5th, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.23 KB | None | 0 0
  1.     import subscript.DSL._
  2.     import subscript.Predef._
  3.     import subscript.vm._
  4.  
  5.     object Test {
  6.  
  7.       def main(args: Array[String]) {
  8.         _execute(_main())
  9.       }
  10.  
  11.       def script main = {println("hello")}
  12.  
  13.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement