Bug fixed in projecteuler in base.rs
This commit is contained in:
@@ -4,5 +4,5 @@ fn main() {
|
||||
println!("Hello, this is Patrick!");
|
||||
let now = Instant::now();
|
||||
|
||||
println!("Time passed: {:?}", now);
|
||||
println!("Time passed: {:?}", Instant::now() - now);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user