exercism / exercism/website-copy
Mentor Say there is an error in Scala two fer
Open
- Dominant language
- HTML
- Stars
- 217
- Forks
- 944
- PR merge metrics
- No merged PRs in 30d
Description
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.";
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.