Spotlight archive
Guess the language.
Three lines, three guesses.
MODESpotlight0/3
Spotlight · ?.??
1public record Order(int Id, decimal Amount) {
2 public bool IsLarge => Amount > 1000m;
3};
$ identify language
scripting
compiled
query
Keep going