79819130

Date: 2025-11-13 16:13:53
Score: 1
Natty:
Report link

For me the simplest way (but requires a unix-like enviroment):

NULL_CHAR=$(head -c1 /dev/zero)

# check value with:
echo -n "$NULL_CHAR"|hexdump -C 
00000000  00                                                |.|
00000001
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gil Brandao