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