RosettaCodeData/Task/Quine/X86-Assembly/quine-3.x86
2023-07-01 13:44:08 -04:00

1 line
143 B
Text

python -c "from pprint import pprint;prog=open('quine.sx', 'r').read().split(';',24);pprint(prog)" | tr "[]" " " | perl -pe "s/( '|'(,| ))//g"