mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-12 13:49:19 +00:00
updated main.rs
This commit is contained in:
parent
9f95e96f8d
commit
d0aea6a319
@ -129,3 +129,5 @@ fn large_graph() {
|
|||||||
assert!(path.is_some());
|
assert!(path.is_some());
|
||||||
assert_eq!(path.unwrap().1, 20);
|
assert_eq!(path.unwrap().1, 20);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// I AM NOT DONE
|
||||||
|
|||||||
@ -1165,7 +1165,7 @@ Add AsRef<str> as a trait bound to the functions."""
|
|||||||
[[exercises]]
|
[[exercises]]
|
||||||
name = "dikjstra-algorithm"
|
name = "dikjstra-algorithm"
|
||||||
path = "exercises\Algorithms\Dijkstra-Algorithm\src\main.rs"
|
path = "exercises\Algorithms\Dijkstra-Algorithm\src\main.rs"
|
||||||
mode = "compile"
|
mode = "test"
|
||||||
hint = """
|
hint = """
|
||||||
Add AsRef<str> as a trait bound to the functions."""
|
Add AsRef<str> as a trait bound to the functions."""
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user