This website works better with JavaScript
Home
Explore
Help
Sign In
dora
/
aoc2025
Watch
1
Star
0
Fork
0
Files
Pull Requests
0
Branch:
master
Branches
Tags
master
aoc2025
/
day12
/
coord.zig
coord.zig
58 B
Permalink
History
Raw
1
2
3
4
pub const Coord = struct {
row: i32,
col: i32,
};