diff options
Diffstat (limited to 'advent-of-code/2023/05/1.rkt')
| -rwxr-xr-x | advent-of-code/2023/05/1.rkt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/advent-of-code/2023/05/1.rkt b/advent-of-code/2023/05/1.rkt index 411a36b..f0ad5ed 100755 --- a/advent-of-code/2023/05/1.rkt +++ b/advent-of-code/2023/05/1.rkt @@ -1,4 +1,4 @@ -#lang racket/base +#lang racket (define port (open-input-file "input")) |
