Initial commit with a few problems

This commit is contained in:
2020-06-12 19:31:24 -04:00
commit 58c966711d
7 changed files with 261 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "ProjectEulerRust"
version = "0.1.0"
authors = ["Mattrixwv <m_ellison@ymail.com>"]
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"}