aboutsummaryrefslogtreecommitdiff
path: root/advent-of-code/2023/03/2.rkt
diff options
context:
space:
mode:
Diffstat (limited to 'advent-of-code/2023/03/2.rkt')
-rw-r--r--advent-of-code/2023/03/2.rkt4
1 files changed, 2 insertions, 2 deletions
diff --git a/advent-of-code/2023/03/2.rkt b/advent-of-code/2023/03/2.rkt
index 721a9d1..2bc8c6b 100644
--- a/advent-of-code/2023/03/2.rkt
+++ b/advent-of-code/2023/03/2.rkt
@@ -1,7 +1,7 @@
#lang racket
-(require "../lib/utils.rkt")
-(require "../lib/obj.rkt")
+(require "../../lib/utils.rkt")
+(require "../../lib/obj.rkt")
(define (read-input)
(call-with-input-file "input"