79569394

Date: 2025-04-11 17:16:55
Score: 1.5
Natty:
Report link

How about:

echo hello | awk '{split($1, a, ""); asort(a); for (i in a) printf a[i]; printf "\n"}'
ehllo
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): How
  • Low reputation (0.5):
Posted by: Greg Barrett