79256808

Date: 2024-12-06 04:05:07
Score: 1
Natty:
Report link

That should work too:

data = "BZh91AY&SY\x94$|\x0e\x00\x00\x00\x81\x00\x03"
    
# write to file
File.binwrite("path/to/file", data)
    
# read from file
File.binread("path/to/file") == data
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Charles Jan