fork download
  1. let x:double = 3.14 * 90 / (180.0)
  2. printf "%d%u" x
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
/home/rNGRyH/prog.fs(1,23): error FS0001: The type 'int' does not match the type 'float'

/home/rNGRyH/prog.fs(2,15): error FS0001: The type 'double' 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/rNGRyH/prog.fs(2,1): warning FS0193: This expression is a function value, i.e. is missing arguments. Its type is  ^a -> unit.

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