Skip to content

Instantly share code, notes, and snippets.

@ppiotrow
Created November 27, 2013 18:39
Show Gist options
  • Save ppiotrow/7680906 to your computer and use it in GitHub Desktop.
Save ppiotrow/7680906 to your computer and use it in GitHub Desktop.
package pl.japila.scalania.s99
object S99_P22 {
def range(from: Int, to: Int): Seq[Int] = from until to + 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment