mirror of
https://github.com/onyx-and-iris/aoc2024.git
synced 2025-04-06 13:03:46 +01:00
7 lines
49 B
Go
7 lines
49 B
Go
package two
|
|
|
|
type point struct {
|
|
x int
|
|
y int
|
|
}
|