Skip to content

Instantly share code, notes, and snippets.

@mzaks
Last active August 29, 2015 14:27
Show Gist options
  • Select an option

  • Save mzaks/0c14a9eddefb06f17594 to your computer and use it in GitHub Desktop.

Select an option

Save mzaks/0c14a9eddefb06f17594 to your computer and use it in GitHub Desktop.
SingletonPost
func addTaxes(amount : Int) -> Int {
return amount * 1.19
}
func monthlyIncomeWithTaxes(amount : Int) -> {
return addTaxes(amount)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment