79125472

Date: 2024-10-25 11:34:49
Score: 1
Natty:
Report link

Create a 1 GiB file.

string testfile = "hello";
var content = new byte[1024L * 1024 * 1024];
Random random = new Random();

random.NextBytes(content);
File.WriteAllBytes(testfile, content);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Phoebus