79397967

Date: 2025-01-29 19:30:59
Score: 1
Natty:
Report link

you can also read the number from stdin:

$ echo 10 | perl -ane 'print "a" x $F[0]; print "\n"'
aaaaaaaaaa
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: honestSalami