mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-27 05:40:32 +01:00
Slightly better performance
This commit is contained in:
@@ -22,8 +22,6 @@ locals {
|
||||
"UL" = [-1, -1]
|
||||
"U" = [0, -1]
|
||||
"UR" = [1, -1]
|
||||
"L" = [-1, 0]
|
||||
"R" = [1, 0]
|
||||
"DL" = [-1, 1]
|
||||
"D" = [0, 1]
|
||||
"DR" = [1, 1]
|
||||
|
||||
Reference in New Issue
Block a user