Skip to content

Instantly share code, notes, and snippets.

@mr-pascal
Created July 4, 2021 13:37
Show Gist options
  • Select an option

  • Save mr-pascal/679acfb90aed0eae141e81f5c2f4039b to your computer and use it in GitHub Desktop.

Select an option

Save mr-pascal/679acfb90aed0eae141e81f5c2f4039b to your computer and use it in GitHub Desktop.
package main
func Multiply(x, y int) int {
return x * y
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment