Spotlight archive
Guess the language.
Three lines, three guesses.
MODESpotlight0/3
Spotlight · ?.??
1public byte[] readBytes(Path path) throws IOException {
2 try (InputStream in = Files.newInputStream(path)) { return in.readAllBytes(); }
3}
$ identify language
scripting
compiled
query
Keep going