Skip to content

Instantly share code, notes, and snippets.

@esirK
Last active July 13, 2018 02:51
Show Gist options
  • Save esirK/b155f837c988a8d9be97773fc2d9b974 to your computer and use it in GitHub Desktop.
Save esirK/b155f837c988a8d9be97773fc2d9b974 to your computer and use it in GitHub Desktop.
fun main(args: Array<String>) {
var beverage: Beverage
beverage = Espresso()
println(" Your Order: \n ${beverage.description}\n Total Cost: ${beverage.cost()}")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment