fork download
  1. let x = 0
  2. let y = 1
  3.  
  4. let xy = x + y
  5.  
  6. printf("XY = " + xy);
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
/home/L5HmXO/prog.fs(6,18): error FS0001: The type 'int' does not match the type 'PrintfFormat<'a,'b,'c,'a,unit>'

/home/L5HmXO/prog.fs(6,16): error FS0043: The type 'int' does not match the type 'PrintfFormat<'a,'b,'c,'a,unit>'
stdout
Standard output is empty