mirror of
https://github.com/sharkdp/bat
synced 2024-11-04 18:00:24 +00:00
285 B
Vendored
285 B
Vendored
This text file was generated with the following script.
with open("plaintext.txt", "w"):
for i in range(176):
try:
f.write(chr(i) + "\n")
except:
pass
f.write("\n")
f.write("Here is a line with multiple characters\n")