Skip to content

Instantly share code, notes, and snippets.

@vmussak
Created April 14, 2018 14:59
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 vmussak/bf8a644dc63e548fcf00147e526a84d8 to your computer and use it in GitHub Desktop.
Save vmussak/bf8a644dc63e548fcf00147e526a84d8 to your computer and use it in GitHub Desktop.
var lstInt = new List<int> {1, 2, 3, 4, 5};
var soma = lstInt.Sum();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment