make template provide threading and curly-fn
yknow just for fun
This commit is contained in:
parent
76cd3ad58e
commit
c278b60801
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
;; utilities for every challenge script
|
;; utilities for every challenge script
|
||||||
|
|
||||||
(require "aoc-lib.rkt")
|
(require "aoc-lib.rkt" threading)
|
||||||
(provide answer dbg)
|
(provide answer dbg (all-from-out threading))
|
||||||
|
|
||||||
;; in-expression debug print, uwu
|
;; in-expression debug print, uwu
|
||||||
(define (dbg x)
|
(define (dbg x)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang racket
|
#lang curly-fn racket
|
||||||
|
|
||||||
(require "scripts/aoc.rkt")
|
(require "scripts/aoc.rkt")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue