tests/testthat/test-day07.R

test_that("Day 7", {
  example <- c(16, 1, 2, 0, 4, 2, 7, 1, 2, 14)
  expect_equal(minimize_fuel(example), 37)
  expect_equal(minimize_fuel2(example), 168)
})
Selbosh/adventofcode2021 documentation built on Jan. 1, 2022, 7:20 p.m.