let x = 0 let y = 1 let xy = x + y
Standard input is empty
/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>'
Standard output is empty