From 1d96c68c66ba5648d1dd4d8ff2976fc97eea8a14 Mon Sep 17 00:00:00 2001 From: kartofen Date: Sun, 31 Jul 2022 20:12:50 +0300 Subject: 2020 days 4 and 5 --- Advent-of-Code-2020/AOC-4/example-invalid.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Advent-of-Code-2020/AOC-4/example-invalid.txt (limited to 'Advent-of-Code-2020/AOC-4/example-invalid.txt') diff --git a/Advent-of-Code-2020/AOC-4/example-invalid.txt b/Advent-of-Code-2020/AOC-4/example-invalid.txt new file mode 100644 index 0000000..68287d5 --- /dev/null +++ b/Advent-of-Code-2020/AOC-4/example-invalid.txt @@ -0,0 +1,14 @@ +eyr:1972 cid:100 +hcl:#18171d ecl:amb hgt:170 pid:186cm iyr:2018 byr:1926 + +iyr:2019 +hcl:#602927 eyr:1967 hgt:170cm +ecl:grn pid:012533040 byr:1946 + +hcl:dab227 iyr:2012 +ecl:brn hgt:182cm pid:021572410 eyr:2020 byr:1992 cid:277 + +hgt:59cm ecl:zzz +eyr:2038 hcl:74454a iyr:2023 +pid:3556412378 byr:2007 +EOF -- cgit v1.2.3