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