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

Twofer.java 178B

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