Skip to content

Instantly share code, notes, and snippets.

@yanisurbis
Created August 7, 2015 11:25
Show Gist options
  • Save yanisurbis/cd45c31004ace426e041 to your computer and use it in GitHub Desktop.
Save yanisurbis/cd45c31004ace426e041 to your computer and use it in GitHub Desktop.
class My
{
public static void Main()
{
//Найди сумму всех чётных чисел (одним запросом)
ArrayList a = new ArrayList() { "a", 1, -4, DateTime.Now, 11, new { yanis = "urbis" }, 2 };
ArrayList b = new ArrayList() { true, Math.PI, 55, 48, 31.8e204, "pride", -4, 0 };
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment