tracks/java/exercises/two-fer/README.md in trackler-2.2.1.45 vs tracks/java/exercises/two-fer/README.md in trackler-2.2.1.46

- old
+ new

@@ -1,17 +1,16 @@ # Two Fer `Two-fer` or `2-fer` is short for two for one. One for you and one for me. -``` +```text "One for X, one for me." ``` When X is a name or "you". If the given name is "Alice", the result should be "One for Alice, one for me." If no name is given, the result should be "One for you, one for me." - ## Test-Driven Development As programmers mature, they eventually want to test their code.