alexandria-ocasio-cortez axiom-of-choice area-of-concern american-orthodox-church almost-optimal-coset solutions in the year of our lord 2021, I guess
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#lang racket |
|
(require "lib/common.rkt") |
|
|
|
(define (dayNa lst) |
|
(void)) |
|
|
|
(define (dayNb lst) |
|
(void)) |
|
|
|
(module+ main |
|
(call-with-input-file "data/dayN.txt" |
|
(λ (prt) |
|
(define lines (port->lines prt)) |
|
(answer N 1 (dayNa lines)) |
|
(answer N 2 (dayNb lines)))))
|
|
|