I wish we could have some stories in the future. But as you know, I use the word ‘wish’. So …
public static String lovePoemOfThreeLines() {
String alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
final String pursue = alphabet.substring(22, 23) + alphabet.substring(23, 24) + alphabet.substring(24, 25);
return pursue;
}



