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.
- Host: GitHub
- URL: https://github.com/drguildo/dailyprogrammer
- Owner: drguildo
- Created: 2024-11-28T19:56:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-05T21:08:41.000Z (over 1 year ago)
- Last Synced: 2025-02-05T21:39:59.942Z (over 1 year ago)
- Topics: dailyprogrammer, reddit, solutions
- Language: Python
- Homepage:
- Size: 2.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```