Skip to content

Instantly share code, notes, and snippets.

@arindamroynitw
Created August 26, 2019 09:12
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 arindamroynitw/eda8fc0f391b52d11b226ead4b27d4e9 to your computer and use it in GitHub Desktop.
Save arindamroynitw/eda8fc0f391b52d11b226ead4b27d4e9 to your computer and use it in GitHub Desktop.
operator interface
type Operators interface {
Generate(int, int) string
Degenerate(string) (int, int, error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment