Skip to content

Commit

Permalink
fix: update workspace path for two_sum problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ghimiresdp committed Sep 5, 2024
1 parent 676a805 commit d91ab75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion problem-solving/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ path = "mid/minimize_sum.rs"

[[bin]]
name = 'two_sum'
path = "basic/two_sum.rs"
path = "mid/two_sum.rs"

#===============================[ PRO CHALLENGES]===============================

0 comments on commit d91ab75

Please sign in to comment.