Solutions to /r/dailyprogrammer challenges.
Run the Rust ones like so:
>cargo run --example foo
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
Running `target\debug\examples\foo.exe`
This is an example!
and if they have tests, like so:
cargo test --example foo