Skip to content

Instantly share code, notes, and snippets.

@hernanhrm
Created November 8, 2022 13:44
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 hernanhrm/8f758f1176a6fa2dbb5620901393b49b to your computer and use it in GitHub Desktop.
Save hernanhrm/8f758f1176a6fa2dbb5620901393b49b to your computer and use it in GitHub Desktop.
func main() {
var warriors = Warriors{}
warriors = append(warriors, NewMRSatan())
warriors = append(warriors, NewGoku())
executeWithoutIPS(warriors)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment