!752

p {
  L<Text> texts = loadPoems();
  print(asciiHeading(texts.get(0).title));
  print();
  print(joinLines(texts.get(0).lines));
}