Skip to content

Instantly share code, notes, and snippets.

@jkwok91
Created October 27, 2014 04:29
Show Gist options
  • Save jkwok91/af759087254e52af4d17 to your computer and use it in GitHub Desktop.
Save jkwok91/af759087254e52af4d17 to your computer and use it in GitHub Desktop.
ha ha ha ha!
{- here's a comment
there's a comment
everywhere a comment comment
-}
-- more comment
main : Element
main = asText (findHypotenuse 3 4)
-- practice problem gave me sqrt as a builtin fn
findHypotenuse a b = sqrt ((a*a)+(b*b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment