fork download
  1. {-# LANGUAGE NoMonomorphismRestriction #-}
  2.  
  3. celoeChislo = 3
  4.  
  5. main = print (celoeChislo/2) >> print (div celoeChislo 2)
Success #stdin #stdout 0s 4588KB
stdin
Standard input is empty
stdout
1.5
1