Skip to content

Instantly share code, notes, and snippets.

@YassineBajdou
Last active August 30, 2018 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YassineBajdou/2b782b51707bb0328528abf65edab83a to your computer and use it in GitHub Desktop.
Save YassineBajdou/2b782b51707bb0328528abf65edab83a to your computer and use it in GitHub Desktop.
Go Func
func factorial(x int) int {
// The body of the function goes here....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment