fork download
  1. module Main where
  2.  
  3. main = putStrLn (stringMod (-5) 2)
  4.  
  5. stringMod x y = show (mod x y)
Success #stdin #stdout 0.01s 3592KB
stdin
Standard input is empty
stdout
1