updated main.rs

This commit is contained in:
kirti purohit 2023-01-11 14:13:14 +05:30
parent d0aea6a319
commit d49e53c1c9

View File

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