object Main {
  def main(args: Array[String]): Unit = {
    print("Practice makes perfect!")
  }
}