aboutsummaryrefslogtreecommitdiff
path: root/2022/day-20/day-20.rkt
diff options
context:
space:
mode:
Diffstat (limited to '2022/day-20/day-20.rkt')
-rw-r--r--2022/day-20/day-20.rkt1
1 files changed, 0 insertions, 1 deletions
diff --git a/2022/day-20/day-20.rkt b/2022/day-20/day-20.rkt
index 8132767..329a372 100644
--- a/2022/day-20/day-20.rkt
+++ b/2022/day-20/day-20.rkt
@@ -1,7 +1,6 @@
#lang racket
(require advent-of-code)
-;(define data '(1 2 -3 3 -2 0 4))
(define data (port->list read (open-aoc-input (find-session) 2022 20 #:cache #true)))
(define gps-lst data)