Day 12 (Advent of Code 2020)

1 · · Dec. 25, 2020, 2 p.m.
Time for the Day 12 problem! In this problem, we have a ship. And we have navigation instructions: Action N means to move north by the given value. Action S means to move south by the given value. Action E means to move east by the given value. Action W means to move west by the given value. Action L means to turn left the given number of degrees. Action R means to turn right the given number of degrees. Action F means to move forward by the given value in the direction the ship is currently fa...