summaryrefslogblamecommitdiffstats
path: root/2024/gforth/lib.fs
blob: 24cf68eb2da2ab249f67214815df51dcfe5231bb (plain) (tree)
1
2
3
4
5
6





                                                            
: start-header ( n -- )
  ." Advent of Code 2024 day " dup . ." Solution" cr
  ." <https://adventofcode.com/2024/" dup 1 .r ." >" cr cr ;

: start-lines ( n -- lines )
  dup start-header