Skip to content
This repository was archived by the owner on Apr 10, 2018. It is now read-only.

Commit 8216dbe

Browse files
committed
Add sample code for day 4 part 2
1 parent 553d3a8 commit 8216dbe

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/day4/test.php

+8-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,11 @@
99
],
1010

1111
// part 2
12-
[]
13-
];
12+
[
13+
'abcde fghij' => 1,
14+
'abcde xyz ecdab' => 0,
15+
'a ab abc abd abf abj' => 1,
16+
'iiii oiii ooii oooi oooo' => 1,
17+
'oiii ioii iioi iiio' => 0,
18+
]
19+
];

0 commit comments

Comments
 (0)