Skip to content

Instantly share code, notes, and snippets.

@urkud
Created September 29, 2018 21:50
Show Gist options
  • Save urkud/00d8339b556e07815d271c725ac69d8b to your computer and use it in GitHub Desktop.
Save urkud/00d8339b556e07815d271c725ac69d8b to your computer and use it in GitHub Desktop.
[[a, b, c, d]| let as = filter ((==2) . length . nub . show) [1..360], a <- as, let bs = filter ((==2) . length . nub . (show a ++) . show) as, b <- bs, c <- bs, d <- bs, a + b + c + d == 360]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment