mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Implement day 4 in Terraform
This commit is contained in:
@@ -40,3 +40,9 @@ output "day03_1" {
|
||||
output "day03_2" {
|
||||
value = module.day03.part2
|
||||
}
|
||||
|
||||
# Don't run this, it runs out of memory
|
||||
# module "day04" {
|
||||
# source = "./day04"
|
||||
# input = file("../inputs/04.txt")
|
||||
# }
|
||||
|
||||
Reference in New Issue
Block a user