Added ex075 Quiz 8

This commit is contained in:
Dave Gauer
2021-04-30 21:35:56 -04:00
parent 060e2b9789
commit 4760c62d62
4 changed files with 237 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
52c52,56
<
---
> return Path{
> .from = from,
> .to = to,
> .dist = dist,
> };