printLogo function

void printLogo()

Implementation

void printLogo() {
  print(drawLogo());
}