Skip to content

Instantly share code, notes, and snippets.

@hhariri
Created October 15, 2013 13:53
Show Gist options
  • Save hhariri/6991918 to your computer and use it in GitHub Desktop.
Save hhariri/6991918 to your computer and use it in GitHub Desktop.
fun calculateTax(amount: Double): Double {
return amount + amount * 0.21
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment