Crates.io | shanksbot-rs |
lib.rs | shanksbot-rs |
version | 0.1.0 |
source | src |
created_at | 2022-03-14 19:35:32.721321 |
updated_at | 2022-03-14 19:35:32.721321 |
description | A rust implementation of the ShanksBot shown by Matt Parker in https://www.youtube.com/watch?v=DmfxIhmGPP4 |
homepage | |
repository | https://github.com/babymotte/shanksbot-rs.git |
max_upload_size | |
id | 550145 |
size | 21,978 |
A rust implementation of the ShanksBot shown by Matt Parker in this video. It counts the number of decimals of a reciprocal of a given prime* number before they start repeating (watch the video for more details).
*it is supposed to be used on prime numbers, but any positive integer will work.
You'll need to have a rust toolchain installed. If you don't need the source code you can simply run cargo install shanksbot-rs
. Then you can use it from the command line like shanks 60017
.
If you prefer running it straight from source code, clone the repository, cd
into the project directory and run cargo run -- 60017
. The result will be printed to stdout
.
There is none that I know of. It was just a fun little exercise. While watching the video.