mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-08-03 23:25:37 +00:00
9 lines
112 B
Diff
9 lines
112 B
Diff
52c52,56
|
|
<
|
|
---
|
|
> return Path{
|
|
> .from = from,
|
|
> .to = to,
|
|
> .dist = dist,
|
|
> };
|