!7 p-tt { botWithInput(#1012244); } answer { S snippetID = fsI(trim(s)); print("Analyzing " + snippetID); print(); L l = textChangesOfSnippet(snippetID); S text = loadSnippet(snippetID); for (SnippetVersion v : l) { printAsciiHeading(snippetID + " text changed " + v.date); print(unidiff(v.previousValue, text)); text = v.previousValue; } }