Day 06
This commit is contained in:
3
day06/part1.min.py
Normal file
3
day06/part1.min.py
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
print(next(i+4for l in open("input.txt")for i in range(len(l))if len(set(l[i:i+4]))==4))
|
||||
Reference in New Issue
Block a user