Skip to content

Commit

Permalink
Update Scala.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuschman7 committed Nov 30, 2015
1 parent 892b8fc commit 0918d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/io/timeli/scala/test/Scala.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package io.timeli.scala.test

class Scala {

// example how your answers work with comments, be verbose
// document how your answers work with comments, be verbose

def fibonacci(number: Int): Seq[Long] = ???

Expand All @@ -11,4 +11,4 @@ class Scala {
def primes(number: Int): Seq[Int] = ???

def fibPrimes(fibs: Seq[Long], primes: Seq[Int]): Seq[Long] = ???
}
}

0 comments on commit 0918d50

Please sign in to comment.