Last active
October 7, 2020 21:22
-
-
Save lucapiccinelli/ae47637a22a6b315fbfb46f30d56392c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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