Skip to content

Instantly share code, notes, and snippets.

@duairc
Created June 11, 2010 17:51
Show Gist options
  • Save duairc/434811 to your computer and use it in GitHub Desktop.
Save duairc/434811 to your computer and use it in GitHub Desktop.
path "div" (do n <- getParam "n"
writeBS $ B.pack $ show $ div (100::Int) (read $ B.unpack $ fromJust n))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment