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