aboutsummaryrefslogtreecommitdiff
path: root/advent-of-code/2023/06/1.rkt
diff options
context:
space:
mode:
Diffstat (limited to 'advent-of-code/2023/06/1.rkt')
-rw-r--r--advent-of-code/2023/06/1.rkt2
1 files changed, 1 insertions, 1 deletions
diff --git a/advent-of-code/2023/06/1.rkt b/advent-of-code/2023/06/1.rkt
index ea0d013..92d0bf6 100644
--- a/advent-of-code/2023/06/1.rkt
+++ b/advent-of-code/2023/06/1.rkt
@@ -1,4 +1,4 @@
-#lang racket
+#lang racket/base
(define in (open-input-file "input"))