tests/testthat/test-day12.R

test_that("day 12", {
  x <- example_ship_instructions()
  final <- follow_ship_instructions(x)
  expect_equal(final, c(17, -8, 3))
  final <- follow_waypoint_instructions(x)
  expect_equal(final, c(4, -10, 214, -72))
})
tjmahr/adventofcode20 documentation built on Dec. 31, 2020, 8:39 a.m.