fork download
  1. type LinkedList<'T> = Cons of 'T * LinkedList<'T> | Nil
  2.  
Success #stdin #stdout 0.04s 11184KB
stdin
Standard input is empty
stdout
Standard output is empty