Skip to content

Instantly share code, notes, and snippets.

View cloudengineer89's full-sized avatar
🏠
Working from home

Andriy Obukhovskyi cloudengineer89

🏠
Working from home
View GitHub Profile
class ArrayEx
{
static void Main()
{
CountSheeps(true,false, true, true, true);
Console.WriteLine();
Console.ReadKey();
}
public static int CountSheeps(bool[] sheeps)
{