aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-04-30 21:35:56 -0400
committerDave Gauer <dave@ratfactor.com>2021-04-30 21:35:56 -0400
commit4760c62d628aac89a5568066bd9fbf10a004550f (patch)
treeb729e7741c8b67b4deebd10c2ba3603345e49eda /patches
parent060e2b9789fe1dab38aacdd47e9423d0d1a3bb2c (diff)
Added ex075 Quiz 8
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/075_quiz8.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/patches/patches/075_quiz8.patch b/patches/patches/075_quiz8.patch
new file mode 100644
index 0000000..ce6a2d8
--- /dev/null
+++ b/patches/patches/075_quiz8.patch
@@ -0,0 +1,8 @@
+52c52,56
+<
+---
+> return Path{
+> .from = from,
+> .to = to,
+> .dist = dist,
+> };