From 4fd1aae518076adc8b97735225c678d6a362328d Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 6 Nov 2022 09:58:38 -0800 Subject: Kazinator's Advent of Code stuff. --- 2021/19/scratch | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 2021/19/scratch (limited to '2021/19/scratch') diff --git a/2021/19/scratch b/2021/19/scratch new file mode 100644 index 0000000..af3a476 --- /dev/null +++ b/2021/19/scratch @@ -0,0 +1,4 @@ +for each point p0 in vec0 + for point in p1 in vec1 + translate vec1 by (p1 - p0) + intersect and count -- cgit v1.2.3