An open API service indexing awesome lists of open source software.

https://github.com/drguildo/dailyprogrammer

Solutions to /r/dailyprogrammer challenges.
https://github.com/drguildo/dailyprogrammer

dailyprogrammer reddit solutions

Last synced: over 1 year ago
JSON representation

Solutions to /r/dailyprogrammer challenges.

Awesome Lists containing this project

README

          

# /r/dailyprogrammer Solutions

Solutions to [/r/dailyprogrammer](https://old.reddit.com/r/dailyprogrammer/)
challenges.

Run the Rust ones like so:

```text
>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
```