updated main.rs

This commit is contained in:
kirti purohit 2023-01-11 14:10:30 +05:30
parent 9f95e96f8d
commit d0aea6a319
2 changed files with 3 additions and 1 deletions

View File

@ -129,3 +129,5 @@ fn large_graph() {
assert!(path.is_some());
assert_eq!(path.unwrap().1, 20);
}
// I AM NOT DONE

View File

@ -1165,7 +1165,7 @@ Add AsRef<str> as a trait bound to the functions."""
[[exercises]]
name = "dikjstra-algorithm"
path = "exercises\Algorithms\Dijkstra-Algorithm\src\main.rs"
mode = "compile"
mode = "test"
hint = """
Add AsRef<str> as a trait bound to the functions."""