#lang racket ;; solution for day @day (module+ main (define input (file->... "inputs/@day")) ;; part 1 ;; ... ;; part 2 ;; ... (displayln "meow"))