Actually run part 2 in Terraform, madness

This commit is contained in:
2024-12-11 23:17:42 +01:00
parent 612c4d19ef
commit 8308580284
5 changed files with 454 additions and 156 deletions

View File

@@ -74,3 +74,7 @@ module "day11" {
output "day11_1" {
value = module.day11.part1
}
output "day11_2" {
value = module.day11.part2
}