fork download
  1. printf "%t" 3.14 * 90 / (180.0)
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
/home/mNkuKh/prog.fs(1,13): error FS0001: This expression was expected to have type
    System.IO.TextWriter -> unit    
but here has type
    float    

/home/mNkuKh/prog.fs(1,20): error FS0001: The type 'int' does not match the type 'unit'

/home/mNkuKh/prog.fs(1,18): error FS0043: The type 'int' does not match the type 'unit'
stdout
Standard output is empty