aboutsummaryrefslogtreecommitdiff
path: root/2022
diff options
context:
space:
mode:
authorHunky Jimpjorps <thechairman@thechairman.info>2022-12-20 14:15:26 -0500
committerHunky Jimpjorps <thechairman@thechairman.info>2022-12-20 14:15:26 -0500
commita656a85c43c3817a70368b85f63c106b78b5cf82 (patch)
tree628a752fcfaae8fc537f6a75247580e4d03b0a6a /2022
parent4e8f40a3e21628f9cd5935a4d7bb0f42297a117f (diff)
downloadgleam_aoc-a656a85c43c3817a70368b85f63c106b78b5cf82.tar.gz
gleam_aoc-a656a85c43c3817a70368b85f63c106b78b5cf82.zip
day 20 cleanup
Diffstat (limited to '2022')
-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)