Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created March 27, 2019 10:13
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 jasongorman/fa2a0f35325f9760eb14ce1d67f5a099 to your computer and use it in GitHub Desktop.
Save jasongorman/fa2a0f35325f9760eb14ce1d67f5a099 to your computer and use it in GitHub Desktop.
fun quote(room : Room, carpet : Carpet) : Double{
return price(carpet, area(room))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment