1 2 3 4 5 6
# Percent-decode input received on stdin. #TODO a streaming implementation of this could be useful import utils/twtstr stdout.write(percentDecode(stdin.readAll()))