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

8 lines
99 B
Go

package config
type Config struct {
Width int
Height int
NumCorruptions int
}