| number | challenge | links |
|---|---|---|
| 88 | Product Sum Numbers | (src) (web) |
| 700 | Eulercoin | (src) (web) |
| 751 | Concatenation Coincidence | (src) (web) |
| 800 | Hybrid Integers | (src) (web) |
| 808 | Reversible Prime Squares | (src) (web) |
| 816 | Shortest Distance Among Points | (src) (web) |
| 932 | 2025 | (src) (web) |
- [required] pdm https://github.com/pdm-project/pdm
- [required]
pdm install
./toolkit.nu download-challenge $CHALLENGE
git add -A
vim project_euler/ # Edit challenge
pdm test # Run tests
./toolkit.nu update-readme
git add -A
git commit -m "Solve PE $CHALLENGE: $TITLE"toolkit download-challenge
Usage:
> download-challenge <problemNumber>
Flags:
-h, --help: Display the help message for this command
Parameters:
problemNumber <any>
Input/output types:
╭───┬───────┬────────╮
│ # │ input │ output │
├───┼───────┼────────┤
│ 0 │ any │ any │
╰───┴───────┴────────╯
toolkit update-readme
Usage:
> update-readme
Flags:
-h, --help: Display the help message for this command
Input/output types:
╭───┬───────┬────────╮
│ # │ input │ output │
├───┼───────┼────────┤
│ 0 │ any │ any │
╰───┴───────┴────────╯


