aoc2024/day-18/internal/config/config.go

8 lines
99 B
Go
Raw Normal View History

2024-12-18 18:48:11 +00:00
package config
type Config struct {
Width int
Height int
NumCorruptions int
}