blob: 320fb0a93bf7be1fab621b0af0c2a7621ac6c61a [file] [log] [blame]
from markupsafe import escape
def run():
string = 'Hello World!' * 1000
escape(string)