This commit is contained in:
Adam Millerchip 2022-01-01 17:07:51 +09:00
parent cf9b90bf04
commit ee685ad7b2
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ const Path = struct {
//
// Please fill in the body of this function!
fn makePath(from: *Place, to: *Place, dist: u8) Path {
return Path{ .from = from, .to = to, .dist = dist };
}
// Using our new function, these path definitions take up considerably less