Simple tool to brute force 3x+1 for a new loop.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix spelling error in 'brute force'

+2 -2
+1 -1
README.md
··· 1 1 2 2 # Rust 3x+1 3 3 4 - Simple tool to bruteforce 3x+1 for a second loop. Only takes positive numbers. 4 + Simple tool to brute force 3x+1 for a second loop. Only takes positive numbers. 5 5 6 6 7 7 ## Usage
+1 -1
src/main.rs
··· 4 4 use tracing_subscriber; 5 5 use clap::Parser; 6 6 7 - /// Simple tool to bruteforce 3x+1 for a second loop. Only takes positive numbers 7 + /// Simple tool to brute force 3x+1 for a second loop. Only takes positive numbers 8 8 #[derive(Parser, Debug)] 9 9 #[clap(author, version, about, long_about = None)] 10 10 struct Args {