fork download
  1. open System
  2.  
  3. let modValue = -5 % 2
  4. System.Console.WriteLine( modValue )
Success #stdin #stdout 0.06s 11456KB
stdin
Standard input is empty
stdout
-1