mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Forgot to include real input
This commit is contained in:
@@ -27,3 +27,12 @@ output "day02_1" {
|
|||||||
output "day02_2" {
|
output "day02_2" {
|
||||||
value = module.day02.part2
|
value = module.day02.part2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
module "day03" {
|
||||||
|
source = "./day03"
|
||||||
|
input = file("../inputs/03.txt")
|
||||||
|
}
|
||||||
|
|
||||||
|
output "day03_1" {
|
||||||
|
value = module.day03.part1
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user