mirror of
https://github.com/onyx-and-iris/aoc2024.git
synced 2025-01-09 06:10:47 +00:00
8 lines
99 B
Go
8 lines
99 B
Go
package config
|
|
|
|
type Config struct {
|
|
Width int
|
|
Height int
|
|
NumCorruptions int
|
|
}
|