module Main where main = putStrLn (stringMod (-5) 2) stringMod x y = show (mod x y)