Skip to content

Instantly share code, notes, and snippets.

@o-nnerb
Created May 7, 2023 14:04
Show Gist options
  • Save o-nnerb/9e14b8c69fae074ca66dbc2a3e200575 to your computer and use it in GitHub Desktop.
Save o-nnerb/9e14b8c69fae074ca66dbc2a3e200575 to your computer and use it in GitHub Desktop.
func multiplyNumbers(_ firstNumber: Int, by secondNumber: Int) -> Int {
return firstNumber * secondNumber
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment