Added problem 3

This commit is contained in:
2020-06-13 16:28:07 -04:00
parent 58c966711d
commit 9c16d61a09
7 changed files with 141 additions and 5 deletions

View File

@@ -7,4 +7,5 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
myClasses = {path = "D:/Programs/Rust/myClasses"}
myClasses = {path = "/home/matthew/Programs/Rust/RustClasses"}
num = "0.2.1"