Open Tentoe opened 2 years ago
https://github.com/CTLJoschua/AdventOfCode/blob/76ce35f04bfd75a0cd54953446b44c023aa09b8c/AdventOfCode/Program.cs#L919
Hier hättest du erst split('|') machen können, das wär schöner gewesen.
https://github.com/CTLJoschua/AdventOfCode/blob/76ce35f04bfd75a0cd54953446b44c023aa09b8c/AdventOfCode/Program.cs#L923
"|" sortiert ist "|" das if ist also unnötig
https://github.com/CTLJoschua/AdventOfCode/blob/76ce35f04bfd75a0cd54953446b44c023aa09b8c/AdventOfCode/Program.cs#L992
Wenn das so lang ist kann man vor oder nach den && einen Zeilenumbruch machen.
Thank you for your Support 🍔
https://github.com/CTLJoschua/AdventOfCode/blob/76ce35f04bfd75a0cd54953446b44c023aa09b8c/AdventOfCode/Program.cs#L919
Hier hättest du erst split('|') machen können, das wär schöner gewesen.
https://github.com/CTLJoschua/AdventOfCode/blob/76ce35f04bfd75a0cd54953446b44c023aa09b8c/AdventOfCode/Program.cs#L923
"|" sortiert ist "|" das if ist also unnötig
https://github.com/CTLJoschua/AdventOfCode/blob/76ce35f04bfd75a0cd54953446b44c023aa09b8c/AdventOfCode/Program.cs#L992
Wenn das so lang ist kann man vor oder nach den && einen Zeilenumbruch machen.