R/praise_gm.R

Defines functions praise_gm

praise_gm <- function() {
  x <- c(
    "You make Odin look like a dwarf!",
    "Your tests are out of this world!",
    "How do you do it?!",
    "Even Hera would blush with jealousy!",
    "The flawless code - you have mastered Herkules' undocumented 13th challenge!",
    "You are invincible!",
    "Can I get your autograph?",
    "You could stun a gorgon with that!",
    "The holy grail of perfect coding!",
    "Your ticket to the Olymp!"
  )
  godmode:::randomize(x)
}
miraisolutions/godmode documentation built on Oct. 15, 2023, 8:59 p.m.