Skip to content

Instantly share code, notes, and snippets.

@lucapiccinelli
Last active October 7, 2020 21:22
Show Gist options
  • Save lucapiccinelli/ae47637a22a6b315fbfb46f30d56392c to your computer and use it in GitHub Desktop.
Save lucapiccinelli/ae47637a22a6b315fbfb46f30d56392c to your computer and use it in GitHub Desktop.
public static void Main(string[] args)
{
Console.WriteLine(args.Select(int.Parse).Sum());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment