Skip to content

Instantly share code, notes, and snippets.

@o-nnerb
Created May 7, 2023 14:02
Show Gist options
  • Save o-nnerb/2f03829b8cd74886a95fdccd2a8cb3c2 to your computer and use it in GitHub Desktop.
Save o-nnerb/2f03829b8cd74886a95fdccd2a8cb3c2 to your computer and use it in GitHub Desktop.
func foo(a: Int, b: Int) -> Int {
return a * b
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment