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