Merge pull request #44 from akshitgautam42/Ex-44

Exercise 44
This commit is contained in:
Akshit Gautam 2023-11-13 21:28:41 +05:30 committed by GitHub
commit 262d8836bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,10 +8,10 @@
// Execute `rustlings hint modules3` or use the `hint` watch subcommand for a
// hint.
// I AM NOT DONE
// TODO: Complete this use statement
use ???
use std::time::{SystemTime, UNIX_EPOCH};
fn main() {
match SystemTime::now().duration_since(UNIX_EPOCH) {