Spotlight archive

Guess the language.

Three lines, six guesses.

MODESpotlight0/6
Spotlight · ?.??
1public record Order(int Id, decimal Amount) {
2 public Order WithAmount(decimal a) => this with { Amount = a };
3}
Keep going