fork download
  1. printf "%u" 3.14 * 90 / (180.0)
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
/home/RTPtlY/prog.fs(1,13): error FS0001: The type 'float' is not compatible with any of the types byte,int16,int32,int64,sbyte,uint16,uint32,uint64,nativeint,unativeint, arising from the use of a printf-style format string

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

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