diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/patches/075_quiz8.patch | 8 |
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, +> }; |