1/1: Building List (List.idr)
Main> [[], [4], [3], [4, 5], [3, 5], [3, 4]]
[[6], [6, 4], [3, 6], [6, 4, 5], [3, 6, 5], [3, 4, 6]]
Main> Bye for now!