Skip to content

Instantly share code, notes, and snippets.

@dflima
Created August 19, 2016 19:43
Show Gist options
  • Select an option

  • Save dflima/edf2f285e90dfe98d3d61047f81fb886 to your computer and use it in GitHub Desktop.

Select an option

Save dflima/edf2f285e90dfe98d3d61047f81fb886 to your computer and use it in GitHub Desktop.
solveMeFirst a b = a + b
main = do
val1 <- readLn
val2 <- readLn
let sum = solveMeFirst val1 val2
print sum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment