test_that("multiplication works", {
expect_equal(fuel_requirement(12), 2)
expect_equal(fuel_requirement(14), 2)
expect_equal(fuel_requirement(1969), 966)
expect_equal(fuel_requirement(100756), 50346)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.