minor cleanup

This commit is contained in:
Stefan Forstenlechner 2021-12-08 22:21:32 +01:00
parent ab23609fe9
commit eb1ec830cf
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#define Day8 #define Day8
#if Day8
using System.Collections.Immutable; using System.Collections.Immutable;
#if Day8
var allSignals = File.ReadLines("day8/input").Select(l => { var allSignals = File.ReadLines("day8/input").Select(l => {
var seg = l.Split(" ").Where(s => s != "|") var seg = l.Split(" ").Where(s => s != "|")
.ToList(); .ToList();