Skip to content

Commit 48fb8cf

Browse files
committed
Remove unnecesary duplication
1 parent f9416db commit 48fb8cf

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

2024/bonus/day08/main.tf

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
11
variable "input" {
2-
type = string
3-
default = <<-EOT
4-
............
5-
........0...
6-
.....0......
7-
.......0....
8-
....0.......
9-
......A.....
10-
............
11-
............
12-
........A...
13-
.........A..
14-
............
15-
............
16-
EOT
17-
2+
type = string
183
}
194

205
locals {

0 commit comments

Comments
 (0)