mirror of
https://github.com/fredrikr79/advent_of_code.git
synced 2026-01-13 20:53:07 +01:00
4 lines
235 B
Prolog
4 lines
235 B
Prolog
input([0,1,1,0], [[3], [1,3], [2], [2,3], [0,2], [0,1]], [3,5,4,7]).
|
|
input([0,0,0,1,0], [[0,2,3,4], [2,3], [0,4], [0,1,2], [1,2,3,4]], [7,5,12,7,2]).
|
|
input([0,1,1,1,0,1], [[0,1,2,3,4], [0,3,4], [0,1,2,4,5], [1,2]], [10,11,11,5,10,5]).
|