Part 2 and actual testing

This commit is contained in:
2024-12-01 17:05:41 +01:00
parent 73f886359b
commit f4a5ffe3ce
3 changed files with 29 additions and 0 deletions

View File

@@ -10,3 +10,7 @@ module "day01" {
output "day01_1" {
value = module.day01.part1
}
output "day01_2" {
value = module.day01.part2
}