ddidderr 8222199a7d feat: accept search limit as CLI argument
Allow users to override the default HCN search limit by passing one optional
positive integer argument. Bad input now exits with status 2 and prints a clear
message instead of silently using a fixed range.

Keep the existing one-billion default when no argument is provided, so current
usage remains unchanged.

Test Plan:
- cargo clippy
- cargo clippy --benches
- cargo clippy --tests
- cargo test

Refs: N/A
2026-04-26 13:48:19 +02:00
2023-12-02 09:19:34 +01:00
2024-09-12 20:25:22 +02:00
2023-12-02 09:19:34 +01:00
S
Description
A tool to find highly composite numbers fast.
69 KiB
Languages
Rust 100%