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