fork download
  1. object lambda {
  2. def apply(x: this.type) = x
  3. }
  4.  
  5. object Main extends App {
  6. (lambda)
  7. (lambda) (lambda)
  8. (lambda) (lambda)
  9. (lambda)
  10. }
Success #stdin #stdout 0.24s 381632KB
stdin
Standard input is empty
stdout
Standard output is empty