fork download
  1. open System.Collections.Generic
  2. open System.Linq
  3. open System.Windows.Forms
  4.  
  5. let text = "test"
  6. "%s\n%c%c"
  7. text
  8. (text.ToCharArray().Take(1).First())
  9. (text.ToCharArray().Where(fun ch -> ch='s').FirstOrDefault())
  10. MessageBox("boo","ba")
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
/home/k0Zkyd/prog.fs(11,1): error FS0801: This type has no accessible object constructors
stdout
Standard output is empty