From 3cb8f4912dac55f840089940374f92e7c618c3c0 Mon Sep 17 00:00:00 2001 From: Aleteoryx Date: Mon, 9 Dec 2024 20:43:17 -0500 Subject: gforth basics, maybe --- 2024/gforth/lib.fs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 2024/gforth/lib.fs diff --git a/2024/gforth/lib.fs b/2024/gforth/lib.fs new file mode 100644 index 0000000..24cf68e --- /dev/null +++ b/2024/gforth/lib.fs @@ -0,0 +1,6 @@ +: start-header ( n -- ) + ." Advent of Code 2024 day " dup . ." Solution" cr + ." " cr cr ; + +: start-lines ( n -- lines ) + dup start-header -- cgit v1.2.3-70-g09d2