Spotlight archive
Guess the language.
Three lines, three guesses.
MODESpotlight0/3
Spotlight · ?.??
1var totals = orders.Where(o => o.Status == "paid")
2 .GroupBy(o => o.UserId)
3 .ToDictionary(g => g.Key, g => g.Sum(o => o.Amount));
$ identify language
scripting
compiled
query
Keep going