Skip to content

Instantly share code, notes, and snippets.

@richashworth
Created September 22, 2015 21:56
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 richashworth/cc70349ebb2f134e9c7a to your computer and use it in GitHub Desktop.
Save richashworth/cc70349ebb2f134e9c7a to your computer and use it in GitHub Desktop.
case class LCDDigit(val firstRow: String, val secondRow: String, val thirdRow: String) {
def formatDigit(): Unit = {
productIterator.foreach(i => println(i))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment