!7 p { for (File f : listFilesOfProgram_notDirs(#1010484)) { if (!isPossibleMD5(f.getName())) continue; print(f); if (fileStartsWith(f, toUtf8("CirclesAndLines"))) print("Text!"); else if (isGZ(f)) print("GZipped!"); else print("Huh?"); } }