#lang racket ;; solution for day @day ;; helper functions here (module+ test (require rackunit) ;; tests here (void)) (module+ main (define input (file->... "inputs/@day")) ;; part 1 ;; ... ;; part 2 ;; ... (displayln "meow"))