showElo function

dynamic showElo(
  1. int elo
)

Implementation

showElo(int elo) {
  return printElo(elo, false);
}