mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-27 05:40:32 +01:00
Part 2 and actual testing
This commit is contained in:
@@ -10,3 +10,7 @@ module "day01" {
|
||||
output "day01_1" {
|
||||
value = module.day01.part1
|
||||
}
|
||||
|
||||
output "day01_2" {
|
||||
value = module.day01.part2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user