Solving Project Euler problems is always a solid way to learning a new language.
I might not be tackling these problems the best or most efficient way possible, I'm just learning Rust :)
##Try it out Build with cargo
cargo buildRun specific problem passing number as argument
target/projecteuler --prob 001##Solved