Spotlight archive
Guess the language.
Three lines, three guesses.
MODESpotlight0/3
Spotlight · ?.??
1public record User(int id, String email) {
2 public boolean isValid() { return id > 0 && email.contains("@"); }
3}
$ identify language
scripting
compiled
query
Keep going