Skip to content

Instantly share code, notes, and snippets.

@ParthDesai
Created May 22, 2016 16:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ParthDesai/b22355ff4877f712ded4d1c1cd08e488 to your computer and use it in GitHub Desktop.
Save ParthDesai/b22355ff4877f712ded4d1c1cd08e488 to your computer and use it in GitHub Desktop.
package shared
type Args struct {
A, B int
}
type Quotient struct {
Quo, Rem int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment