Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Last active December 8, 2021 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hkazanci93/429aae257950cba2f62a69bf1ecd522b to your computer and use it in GitHub Desktop.
Save Hkazanci93/429aae257950cba2f62a69bf1ecd522b to your computer and use it in GitHub Desktop.
var customersNotOldEnoughToRetire = customers.Where(x => x.Age < 65);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment