79483925

Date: 2025-03-04 14:09:39
Score: 1
Natty:
Report link

You can switch gawk to byte-mode by using the -bE instead of -E in the shebang:

#!/usr/bin/gawk -bE

BEGIN { printf "%c",255 }
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Meixner