pow_sha256/main.rs

4 lines
56 B
Rust
Raw Normal View History

2021-03-08 18:27:18 +05:30
pub fn main() {
println!("{}", u128::MAX / 1000);
}