lots of exercises in java... from https://github.com/exercism/java

Twofer.java 165B

123456
  1. class Twofer {
  2. String twofer(String name) {
  3. throw new UnsupportedOperationException("Delete this statement and write your own implementation.");
  4. }
  5. }