aboutsummaryrefslogtreecommitdiff
path: root/2020/day-14/day-14.rkt
blob: 9ac339c0c49c3fd0bf45f0bd75a88f36ef103203 (plain)
1
2
3
4
5
6
7
8
9
10
11
#lang racket

(require advent-of-code
         threading
         fancy-app
         relation
         rebellion/binary/bitstring)

(define instructions (string-split (fetch-aoc-input (find-session) 2020 14) "\n"))

(~> (number->string 11 2) ->list (map (->number _) _))