Guest User

Untitled

a guest
Oct 19th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. type (
  2. Index struct{ r, c int }
  3. Group [9]Index
  4. Board [9][9]uint
  5. )
Add Comment
Please, Sign In to add comment