mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-27 05:40:32 +01:00
Implement 2024 day 13 in terraform
This commit is contained in:
@@ -148,6 +148,23 @@ run "day11" {
|
||||
}
|
||||
}
|
||||
|
||||
run "day13" {
|
||||
command = plan
|
||||
|
||||
module {
|
||||
source = "./day13"
|
||||
}
|
||||
|
||||
variables {
|
||||
input = file("../tests/samples/13.txt")
|
||||
}
|
||||
|
||||
assert {
|
||||
condition = output.part1 == 480
|
||||
error_message = "Part1 output is wrong"
|
||||
}
|
||||
}
|
||||
|
||||
run "day19" {
|
||||
command = plan
|
||||
|
||||
|
||||
Reference in New Issue
Block a user