2 lines
109 B
Python
2 lines
109 B
Python
with open('./thun/asm-dump.txt', 'wb') as f: f.write(' '.join('''\
|
|
'''.splitlines()).replace('), ', '),\n')) |