class Twofer {
String twofer(String name) {
throw new UnsupportedOperationException("Delete this statement and write your own implementation.");
}
}
This is what you'd start out with. The error message comes from here. If you've deleted the third line (throw new UnsupportedOperationException) then you shouldn't be getting that message.
Oooh, looks like some of the guys have beaten me to it! There are some pretty comprehensive comments and even a gist with a pointer :smile:
If you're still wondering about the version number, I'd go with 1.0.0
git fetch upstream
git rebase upstream/master