just fixing

This commit is contained in:
Ivan Bushchik 2021-05-05 12:59:50 +03:00
parent 03ea817bd6
commit 13632679ad

View file

@ -114,7 +114,7 @@ Module Program
whatDropped.Add(ring(0,dropped).ToString())
If dropped = 0 Then return whatDropped
If dropped = 0 Then return whatDropped.ToArray()
If ring(0, dropped) mod 2 = 0 And dropped > 0
whatDropped.Add("EVEN")
Else