Skip to content

Instantly share code, notes, and snippets.

@marciok
Created June 13, 2016 13:28
Show Gist options
  • Select an option

  • Save marciok/2fdb30b6c74896fe91c5422283b345ea to your computer and use it in GitHub Desktop.

Select an option

Save marciok/2fdb30b6c74896fe91c5422283b345ea to your computer and use it in GitHub Desktop.
let gravity = 9.8
public func calculateWeight(mass: Double) -> Double {
return mass * gravity
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment