Skip to content

Instantly share code, notes, and snippets.

@voddan
Created June 4, 2016 14:28
Show Gist options
  • Save voddan/a4f4ece230e9472947c97b19946bf442 to your computer and use it in GitHub Desktop.
Save voddan/a4f4ece230e9472947c97b19946bf442 to your computer and use it in GitHub Desktop.
abstract class IntCombinations(size: Int) : CircularList<Int, Ring>(size)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment