Rosetta Code/Fix code tags: Difference between revisions

Content added Content deleted
m (uuoc)
Line 10: Line 10:
Usage:
Usage:


<pre>cat wikisource.txt | ./convert.py > converted.txt</pre>
<pre>./convert.py < wikisource.txt > converted.txt</pre>
=={{header|AutoHotkey}}==
=={{header|AutoHotkey}}==
<lang AutoHotkey>
<lang AutoHotkey>