79579281

Date: 2025-04-17 13:02:32
Score: 3
Natty:
Report link

I know this is a very old question but for anyone who is having same issue and stumble on this same issue. Please ensure you use the right syntax.

BLUE

fun main() {
println(getMnemonic(color.BLUE))
}

change to

fun main() {
println(getMnemonic(color.blue))
}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): having same issue
  • Low reputation (0.5):
Posted by: James Smith