Skip to content

Instantly share code, notes, and snippets.

@teivah
Created October 29, 2018 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teivah/3b8efb189437316473fa5b4076c73418 to your computer and use it in GitHub Desktop.
Save teivah/3b8efb189437316473fa5b4076c73418 to your computer and use it in GitHub Desktop.
def speed(distance: Float, time: Float): Float = {
distance / time
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment