Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko committed Nov 15, 2021
1 parent 00c09cd commit eeb9072
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions internal/puzzles/solutions/2016/day02/solution.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,10 @@ keyboard
let's predict that this is x y coordinates and 5 is a 0,0
*/
func loadKeypadPart1() keypad {

start := keypadPos{
start, instructions := keypadPos{
x: 0,
y: 0,
}

instructions := map[keypadPos]num{
}, map[keypadPos]num{
{
x: -1,
y: 1,
Expand Down

0 comments on commit eeb9072

Please sign in to comment.