Skip to content

Conversation

@Valerikiis
Copy link

No description provided.

public static List<int[]> GetZeroSumms(List<int> list)
{
List<int> vvod = list;
vvod.Sort();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ну нельзя же так явно копировать - https://github.com/ISUCT/exam_42_2020/pull/1/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants