diff options
Diffstat (limited to 'advent-of-code/2023/07/2.rkt')
| -rw-r--r-- | advent-of-code/2023/07/2.rkt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/advent-of-code/2023/07/2.rkt b/advent-of-code/2023/07/2.rkt index e88f949..50d9526 100644 --- a/advent-of-code/2023/07/2.rkt +++ b/advent-of-code/2023/07/2.rkt @@ -1,4 +1,4 @@ -#lang racket/base +#lang racket (define input (with-input-from-file "input" |
