You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Two Fer failed with code that had passed locally, and again when I found an answer on the Internet, and cheated. I checked with a mentor, who said the code was correct, there was a bug in exercism.org's checking the code.
object Twofer {
def twofer(name: String = "you"): String = s"One for ${name}, one for me.";
}
The text was updated successfully, but these errors were encountered:
When Two Fer failed with code that had passed locally, and again when I found an answer on the Internet, and cheated. I checked with a mentor, who said the code was correct, there was a bug in exercism.org's checking the code.
object Twofer {
def twofer(name: String = "you"): String = s"One for ${name}, one for me.";
}
The text was updated successfully, but these errors were encountered: